4
Reply

vs query builder

anooshiravan keshavarzi

anooshiravan keshavarzi

Feb 14 2010 2:39 AM
3.9k

I am using the microsoft visual studio 2008 query builder and I write a query like the one below:
select num Mod 60
from theTable
this query runs successfully in the microsoft access but the query builder isn't able to recognize neither the Mod operator nor %.
can you help me solve this?

Answers (4)