I had it like that originally but it kept complaining that the date format was bnot correct even though it exactly matched the output of the date from other queries?
Using MSQuery, how do I ask the user to enter two dates for the start and finish of a BETWEEN statement?
I have tried
WHERE ENDDT BETWEEN '#' & [Enter Start Date] & '#','#' & [Enter End Date] & '#'
but I get an error!
Can anyone help?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.