J
Justin
I am trying to make a timesheet. I have a a textbox for time in and time out.
It will always be the same day because if it goes over midnight we enter a
new entry for the next day due to the way billing is calculated. This is what
i have:
DateDiff("h",[FriTimeIn1],[FriTimeOut1])
If i use 0700 and 1500 it returns 19200. what am i doing wrong!
It will always be the same day because if it goes over midnight we enter a
new entry for the next day due to the way billing is calculated. This is what
i have:
DateDiff("h",[FriTimeIn1],[FriTimeOut1])
If i use 0700 and 1500 it returns 19200. what am i doing wrong!