E
Esca
Hi,
Just Wondering if anybody can help me out! Im doing a timesheet
database for our engineering department and in this timesheet it
consist of 5 different departments, 5 start time, 5 end time, and 5
total hours. All of this is just for the one day they work because the
technician can work in different departments in one day.
What im having trouble with is calculating the time. The format of the
Start time and End Time is - General Date.
and the expression in my total hours is - =Format(DateDiff("n",[Start
Time1],[End Time1])/60,".00")
For Example: Start Time1: 10:00, End Time: 15:00, Total hours that it
gives me is correct. - 5.00
But when i try calculating Start time: 22:00, End Time - 3:00 The
correct Total hours is suppose to be 5.00 but instead it gives me a
negative -19.
Can anyone solve my problem?
Just Wondering if anybody can help me out! Im doing a timesheet
database for our engineering department and in this timesheet it
consist of 5 different departments, 5 start time, 5 end time, and 5
total hours. All of this is just for the one day they work because the
technician can work in different departments in one day.
What im having trouble with is calculating the time. The format of the
Start time and End Time is - General Date.
and the expression in my total hours is - =Format(DateDiff("n",[Start
Time1],[End Time1])/60,".00")
For Example: Start Time1: 10:00, End Time: 15:00, Total hours that it
gives me is correct. - 5.00
But when i try calculating Start time: 22:00, End Time - 3:00 The
correct Total hours is suppose to be 5.00 but instead it gives me a
negative -19.
Can anyone solve my problem?