Sign in | Join
Last post 06-30-2008 2:22 AM by PassHours. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
How to fetch Dates from Access database using between clause?
In Access you need to provide # sign while dealing with dates like the example below
Select *from [TableName] where [DateField] between #FirstDate# and #SecondDate#
Hope that helps