S
Scott
I have a date field in a retail sql database that has the following format
8/31/07 3:21:00 AM
8/31/07 9:25:00 AM
8/31/07 2:22:00 PM
8/31/07 3:21:00 AM
8/31/07 10:21:00 AM
8/31/07 5:58:00 AM
I enter the date portion of the field in a form and want to in a query
extract all times between 6:00 AM AND 12:00 PM. I've tried the criteria
too complex to be evaluated. How do I query the records with times between 6
AM and 12 PM with the date in a form?
Thanks,
Scott
8/31/07 3:21:00 AM
8/31/07 9:25:00 AM
8/31/07 2:22:00 PM
8/31/07 3:21:00 AM
8/31/07 10:21:00 AM
8/31/07 5:58:00 AM
I enter the date portion of the field in a form and want to in a query
extract all times between 6:00 AM AND 12:00 PM. I've tried the criteria
<=[Forms]![Date]![CurrentPeriodBeginningDate] & "" & #12:00:00 PM" but it is=[Forms]![Date]![CurrentPeriodBeginningDate] & "" & #6:00:00 AM" AND
too complex to be evaluated. How do I query the records with times between 6
AM and 12 PM with the date in a form?
Thanks,
Scott