I'm trying to have figure out how to calculate and elapsed time field, in minutes, how long it's been since a record was created. Here's the scenario: This app will be used to check individuals ...
The expression Now() on the left hand side of the operator "-" is of type date/time while the expression [Arrival Time] on the right hand side is of type timeofday. The operator "-" cannot be used with these types of expressions.
I'm assuming I need to make a field entitled Now, then use that field reference in place to the Now() expression?