G
Guest
I had a total field in some Reports with this formula:
=(DateDiff("n",[StartLunch],[EndLunch]))\60 &
Format((DateDiff("n",[time1],[time2])) Mod 60,"\:00")
The detail report show:
ID: 123 Service: VISA Time1: 8:13 Time2: 9:27 Total time shows: 1:14
ID: 456 Service: VISA Time1: 9:04 Time2: 9:27 Total time shows: 0:23
This is perfect, but the summary shows:
Service: VISA Time1: 8:13 Time2: 9:27 Total time shows: 1:14 (Which is
the information for the firts field in the table with this service. How can
I have the Total field to show the sum for all the total fields? In this
case should be 1:37 instead of 1:14.
Help me masters!
=(DateDiff("n",[StartLunch],[EndLunch]))\60 &
Format((DateDiff("n",[time1],[time2])) Mod 60,"\:00")
The detail report show:
ID: 123 Service: VISA Time1: 8:13 Time2: 9:27 Total time shows: 1:14
ID: 456 Service: VISA Time1: 9:04 Time2: 9:27 Total time shows: 0:23
This is perfect, but the summary shows:
Service: VISA Time1: 8:13 Time2: 9:27 Total time shows: 1:14 (Which is
the information for the firts field in the table with this service. How can
I have the Total field to show the sum for all the total fields? In this
case should be 1:37 instead of 1:14.
Help me masters!