Hoping for some advice regarding an Access Form I'm designing.
When I do a select query from Query Analyser the date field comes back for example 2007-10-12 00:00:00.
Now when I run a select query from the front end using vb code, the select query is written with a where statement as 12/10/2007. This select query returns no results.
How do I get the front end to do a date query the backend will understand??
When I do a select query from Query Analyser the date field comes back for example 2007-10-12 00:00:00.
Now when I run a select query from the front end using vb code, the select query is written with a where statement as 12/10/2007. This select query returns no results.
How do I get the front end to do a date query the backend will understand??