I have a form with these 3 fields. "Start" "end" and "Total Hours". How do I make "Total Hours" equal the number of hours between "Start" and "end".
(ie. Start= 7:00 PM, End= 11:00 PM, Total Hours field simple have a value of 4)
I Tried using the Expression builder in the TOTAL field and put this in Control Source:
= [END] - [START]
but I get this:
0.166666666666667
Thanks in advance.
(ie. Start= 7:00 PM, End= 11:00 PM, Total Hours field simple have a value of 4)
I Tried using the Expression builder in the TOTAL field and put this in Control Source:
= [END] - [START]
but I get this:
0.166666666666667
Thanks in advance.