M
Me
In Access database I have a table linked to sql server database. I would like
to do the date comparison like
select ... from <tablename> where podate > 'fromdate' and podate < 'todate'
in this query fromdate could be like '1/1/1997' and todate like '31/12/2001'
when I run the query, I get error data type mismatch.
Can someone help me in writing the correct query?
Thank you,
-Me
to do the date comparison like
select ... from <tablename> where podate > 'fromdate' and podate < 'todate'
in this query fromdate could be like '1/1/1997' and todate like '31/12/2001'
when I run the query, I get error data type mismatch.
Can someone help me in writing the correct query?
Thank you,
-Me