RushiShroff
Programmer
I am firing the query
Access 2000,dtfield is DateTime field..
select * from tblnm where dtfield < mm/dd/yyyy
It is not fetching the correct results
where as
select * from tblnm where dtfield > mm/dd/yyyy
works fine.
Also
select * from tblnm where dtfield < now()
works fine.
Just tell me if you know.
Rushi Shroff
Access 2000,dtfield is DateTime field..
select * from tblnm where dtfield < mm/dd/yyyy
It is not fetching the correct results
where as
select * from tblnm where dtfield > mm/dd/yyyy
works fine.
Also
select * from tblnm where dtfield < now()
works fine.
Just tell me if you know.
Rushi Shroff