Problem: I have a user that wants to be able to select phone calls that were received during a certain time period (i.e. #10:00 PM# to #04:00 AM#). As you know, queries will not select the records between these times with a Between (StartTime) And (End Time) Statement, because it crosses midnight (#00:00 AM#).
Optimal Solution: I want the user to be able to put in a beginning time and ending time and have the query select all records between these times regardless if it crosses Midnight.
Any help would be greatly appreciated.
tjs206
Optimal Solution: I want the user to be able to put in a beginning time and ending time and have the query select all records between these times regardless if it crosses Midnight.
Any help would be greatly appreciated.
tjs206