M
mmohon
Quick Description:
Ok, I have a table of events occuring for ER patients for an entire
month. I can isolate the event for when they see a doctor, but I want
to isolate it further by the time of day they come in. So basically if
they come in at 6 am, how long did it take them to see a doctor.
The problem:
The event time is stored as a Date Time together, how do I query all
the days of the month....but only between 1 am and 2 am etc. Is there
a way to extract only the time even, without looking at the date part
of it?
Also, if I subtract 1 date time from another, how can i set it to
format back to time and not some long decimal.
Ok, I have a table of events occuring for ER patients for an entire
month. I can isolate the event for when they see a doctor, but I want
to isolate it further by the time of day they come in. So basically if
they come in at 6 am, how long did it take them to see a doctor.
The problem:
The event time is stored as a Date Time together, how do I query all
the days of the month....but only between 1 am and 2 am etc. Is there
a way to extract only the time even, without looking at the date part
of it?
Also, if I subtract 1 date time from another, how can i set it to
format back to time and not some long decimal.