I'm having trouble using dates with an access database. The field in the database is type date/time. These dates are stored as dd/MM/yyyy format. When I use a date in my SQL which has a date for example "...<=#12/02/2006#... " (Feb. 12/2006) it returns records which include records whose dates are less or equal to 02/12/2006 or Dec. 2/2006. Any date I use which has a day > 12 whether it is in dd/mm/yyyy format or mm/dd/yyyy format return the correct records. What do I have to do to fix this.
David Paulson
David Paulson