G
Guest
I need to calculate the time that it takes to complete an event; e.g., one
field has start times and another has finish times. Each field is currently
in a hh:mm:ss am or pm format. I would like to know the number of minutes it
takes for each participant to complete the event.
Unfortunately, I only know enough Access to perform these calculations using
an expression in a calculated field in a query, so fancy Visual Basic stuff
is way beyond me.
Thanks so much for any help you can provide!!
P.S. To make things even more complicated, some records do not have time
entries, so I need to return a null value (rather than an error message) if a
start or stop time is not included. I think I can figure this part out
myself, but if you have ideas, of course I'd appreciate them as well!
field has start times and another has finish times. Each field is currently
in a hh:mm:ss am or pm format. I would like to know the number of minutes it
takes for each participant to complete the event.
Unfortunately, I only know enough Access to perform these calculations using
an expression in a calculated field in a query, so fancy Visual Basic stuff
is way beyond me.
Thanks so much for any help you can provide!!
P.S. To make things even more complicated, some records do not have time
entries, so I need to return a null value (rather than an error message) if a
start or stop time is not included. I think I can figure this part out
myself, but if you have ideas, of course I'd appreciate them as well!