D
Dave Elliott
I have a form that shows the Employees loginTime and logoffTime with a
medium time format.
The Employee clocks in and then out.
I need to calculate the total time for that employee from this form.
The (2) controls are loginTime and logoffTime.
I have an unbound control on the form to calculate this.
The unbound control is named employeetime.
How can I make it perform the calculation ?
That is, add up the total time in hour format ?
Thanks,
Dave
medium time format.
The Employee clocks in and then out.
I need to calculate the total time for that employee from this form.
The (2) controls are loginTime and logoffTime.
I have an unbound control on the form to calculate this.
The unbound control is named employeetime.
How can I make it perform the calculation ?
That is, add up the total time in hour format ?
Thanks,
Dave