I need the criteria to run a parameter query for date AND time. Using the following works, but I need the time included as well:
Between [Start Date] And [End Date]
I was trying to get something like this to work:
Between #[Start Date]12:01:00 AM# And #[End Date] 11:59:59 PM#
When I manually input the date/time into the criteria box, it works fine, but I am building a macro to partially automate my process. My question is: can someone please provide me with an expression for a query that will prompt the user for the start date and end date, but will automatically include the time (as shown above). The user should only have to change the dates in the query. The time will never change.
Thanks in advance!
TCARP