Ron in NYC
Registered User.
- Local time
- Today, 07:57
- Joined
- Mar 4, 2016
- Messages
- 30
I have a form on which I want to put a tool for the data entry staffer that calculates elapsed time after they enter times into 2 unbound text boxes. We don't want that person to put start/end times for each record. We want to enter just the elapsed time so they need to calculate it.
I have two unbound text boxes formatted as medium time.
The first is named "start." The second is named "end."
In a third unbound text box I enter minutes: DateDiff("n",[Start],[End]) the result is "#Name?"
How do I get it to calculate the minutes (I'll convert to hours when I get the result)?
I have two unbound text boxes formatted as medium time.
The first is named "start." The second is named "end."
In a third unbound text box I enter minutes: DateDiff("n",[Start],[End]) the result is "#Name?"
How do I get it to calculate the minutes (I'll convert to hours when I get the result)?