I have a query which the user inputs the dates into a form in the format "dd/mm/yyyy" yet when I run this through a query it converts the date format to "mm/dd/yyyy" but runs the date as though it is "dd/mm/yyyy"?
EG.
User inputs 01/09/2006, query runs as 09/01/2006 and returns all data from 09 January?
The query is a simple SQL looking at a table and selecting data for the date selected - or it should do!
EG.
User inputs 01/09/2006, query runs as 09/01/2006 and returns all data from 09 January?
The query is a simple SQL looking at a table and selecting data for the date selected - or it should do!