I have 2 fields in short date format(TIMEstart and TIMEend) in an access table, I need to know whether the current time is within the range. It has to return all records if the criteria matches...
something like this
Select * From table where Now> timestart and Now < Timeend
Its going to be pretty simple for majority of you
please help.
Sincerely,
Ashm01
something like this
Select * From table where Now> timestart and Now < Timeend
Its going to be pretty simple for majority of you
please help.
Sincerely,
Ashm01