The report that I am working with has multiple start & finish fields. Using =Format([StartTime1]-1-[FinishTime1],"Short Time"
works for the first group but doesn't add up the next group e.g. StartTime2, FinishTime2 etc. to reach the desired answer.
Then if I put individual unbound textboxes for each Start & Finish Time (total of 4), it adds up ok. But I cannot get the totals from each 4 textboxes to calculate the total hours with:
Total Hours = Format([textbox1] + [textbox2] + [textbox3] + [textbox4], "Short Time"
to produce the correct answer, it gives me a 5 to 6 digit number instead.
I reckon I need to convert but I am not sure how!
Also if any of the fields (start or finish) are null (empty) then I don't get a result at all.
I just know someone out there can help! Working with dates & times has always been one of my pet hates.
Angelique
Then if I put individual unbound textboxes for each Start & Finish Time (total of 4), it adds up ok. But I cannot get the totals from each 4 textboxes to calculate the total hours with:
Total Hours = Format([textbox1] + [textbox2] + [textbox3] + [textbox4], "Short Time"
to produce the correct answer, it gives me a 5 to 6 digit number instead.
I reckon I need to convert but I am not sure how!
Also if any of the fields (start or finish) are null (empty) then I don't get a result at all.
I just know someone out there can help! Working with dates & times has always been one of my pet hates.
Angelique