D
dwight
I have added a columns to my database table to capture event start and end
date (as a short date) and times (as short time). In my query I need to
calculate the time duration between the start and end of the timed event. The
claculation is as follows Downtime Duration: [End Time]-[Start Time]. For
example, event starts at 1430 and ends at 1530. The duration should be 1 hour
or 60 minutes. My calculation is not delivering the correct values. Anyone
have a solution?
date (as a short date) and times (as short time). In my query I need to
calculate the time duration between the start and end of the timed event. The
claculation is as follows Downtime Duration: [End Time]-[Start Time]. For
example, event starts at 1430 and ends at 1530. The duration should be 1 hour
or 60 minutes. My calculation is not delivering the correct values. Anyone
have a solution?