C
CDG via AccessMonster.com
I work in a hospital an am creating a database to record wait times of
patients. I created a field in the query that is attached to my continous
form to calculate the time. Time: ([time called]-[time checked in]) The
user enters the time in military time; this aids in the calculated field.
For example, time called (13:15) - time checked in (13:05) = time
10).
This field works fine. However, now I need to group the patients that waited
a specific time in a report. All patients that waited between 0 through 5
minutes should be grouped together, all patients that waited 6 through 10
minutes should be grouped together and so on. However, the grouping is not
working. It appears the calculated time field is being stored in decimals.
Any suggestions? Thank you,
CDG
patients. I created a field in the query that is attached to my continous
form to calculate the time. Time: ([time called]-[time checked in]) The
user enters the time in military time; this aids in the calculated field.
For example, time called (13:15) - time checked in (13:05) = time
This field works fine. However, now I need to group the patients that waited
a specific time in a report. All patients that waited between 0 through 5
minutes should be grouped together, all patients that waited 6 through 10
minutes should be grouped together and so on. However, the grouping is not
working. It appears the calculated time field is being stored in decimals.
Any suggestions? Thank you,
CDG