Frankie_The_Flyer
Registered User.
- Local time
- Today, 16:19
- Joined
- Aug 16, 2013
- Messages
- 39
Bit of a problem here that I can't seem to find an answer to anywhere.
I've started with a Listbox in a Form from a Table of meeting dates from which I highlight a date ane try to recall information about the meeting (past or proposed) from the main table by clicking on a button which in turn populates the criteria of a query that is then used to filter the data from the main table.
I can get the process to work apart from inputting any dates before the 12th of the month.
Selecting 1-July-2013 from the list comes up in the query Criteria as In (#7/1/2013#). However in the SQL for the same query the it appears to be correct!
WHERE (((tbl_Meeting_Dates.MeetingDate) In (#1/7/2013#)));
In the Control Panel the computer system is set to my region (Australia) with the date format shown as dd/mm/yyyy.
The Date Format in the Meeting Dates Table is set to a Short date (1-July-2013)
Any ideas how I can resolve this please as it's an important pary of making the database more user friendly
Thanks - A. Novice
I've started with a Listbox in a Form from a Table of meeting dates from which I highlight a date ane try to recall information about the meeting (past or proposed) from the main table by clicking on a button which in turn populates the criteria of a query that is then used to filter the data from the main table.
I can get the process to work apart from inputting any dates before the 12th of the month.
Selecting 1-July-2013 from the list comes up in the query Criteria as In (#7/1/2013#). However in the SQL for the same query the it appears to be correct!
WHERE (((tbl_Meeting_Dates.MeetingDate) In (#1/7/2013#)));
In the Control Panel the computer system is set to my region (Australia) with the date format shown as dd/mm/yyyy.
The Date Format in the Meeting Dates Table is set to a Short date (1-July-2013)
Any ideas how I can resolve this please as it's an important pary of making the database more user friendly
Thanks - A. Novice