I have created a query in which I prompt for the user to input a date and time. Here is the statement I have used in my query for the input parameter:
"Between [Enter Production Start Date and Time:] And [Enter Production End Date Time:]"
When the user runs the report it will prompt for the user to enter a beginning date and time and ending date and time, however, the format for the parameter must be like so:
03/21/02 8:00AM. How can I change this to accept other date and time formats such as the following (I am mainly interested in Date formats):
3-2-02,3/2/02,03/02/2002,03-02-2002....
Any help with this would be greatly appreciated. Thanks.
"Between [Enter Production Start Date and Time:] And [Enter Production End Date Time:]"
When the user runs the report it will prompt for the user to enter a beginning date and time and ending date and time, however, the format for the parameter must be like so:
03/21/02 8:00AM. How can I change this to accept other date and time formats such as the following (I am mainly interested in Date formats):
3-2-02,3/2/02,03/02/2002,03-02-2002....
Any help with this would be greatly appreciated. Thanks.