I have a form with begindate and enddate text fields.
I have my database set up with Date and Time added to each record.
On form frmwhatdates I want to run a report based on the date and shift. I want to add a radio button for 1st shift (0630-1430) 2nd shift (1430-2230) and 3rd shift (2230-0630) that would be selected for which report to run on frmwhatdates form.
So if on 2/9/2012 3rd shift is selected it will return results from 2/8/2013 at 2230 through 2/9/2013 to 0630.
I am able to return results with date but I cannot get the time figured out...
Please point me in the right direction.
Thanks