Y
youkr
I am only new to using access and am not too savy so please be kind...
I am trying to determine the difference in time between an admission and
discharge time. I have seached the other posts, but dont seem to find the
answer (or one I understand). The time and dates are entered in different
fields on the database.The query I am currently using is:
"LOS (Hours:Mins)":
(EDMain!EDDischargeDate+EDMain!EDDischargeTime)-(EDMain!EDPresentationDate+EDMain!EDPresentationTime)
The return only show hours and minutes (23:20), if the hours are over 24 it
leaves off the days, or wont count up over 24 hours i.e. it shows 26 hours 30
mins as 2:30. I dont really mind how it shows over 24 hours i.e 26:30, or
1:2:30.
Any help, would be great. Thankyou in advance.
I am trying to determine the difference in time between an admission and
discharge time. I have seached the other posts, but dont seem to find the
answer (or one I understand). The time and dates are entered in different
fields on the database.The query I am currently using is:
"LOS (Hours:Mins)":
(EDMain!EDDischargeDate+EDMain!EDDischargeTime)-(EDMain!EDPresentationDate+EDMain!EDPresentationTime)
The return only show hours and minutes (23:20), if the hours are over 24 it
leaves off the days, or wont count up over 24 hours i.e. it shows 26 hours 30
mins as 2:30. I dont really mind how it shows over 24 hours i.e 26:30, or
1:2:30.
Any help, would be great. Thankyou in advance.