I have created a query using MSQuery and I want the user to be able to enter a start date and an end date so that a range can be created. However, no moatter what format I use for the date in the input box, I keep getting an error that the format is wrong!
Here is the part of the query that does this:
Any ideas why this is failing?
Here is the part of the query that does this:
Code:
AND (ENDDT Between '#' & ? & '#' And '#' & ? & '#') AND
Any ideas why this is failing?