G
Gale Coleman
Hello all,
I am using Access 2000 on Windows 2000 machines.
I have a Page Header that has the following in it:
Case number, Case handler, time in case, first name, last name, and reason.
I have a CaseNum Header that has the following in it:
CaseNum, SNum
I have Detail that has the following in it:
SumOfTTIME, SFname, SLname and rClosed
I have a footer called CASENUM Footer that has the following in it:
="Summary for " & "'CASENUM' = " & " " & [CASENUM] & " (" & Count(*) & " " &
IIf(Count(*)=1,"detail record","detail records") & ")"
and =Sum([SumOfTTIME])
I have a page footer that gives me the date and time.
I also have a Report Footer that has the following in it.
=Sum([SumOfTTIME])
which gives me the total number of hours worked on a case for all the cases
that are showing.
What I am now needing is to take the =Sum([SumOfTTIME]) and divide it by the
number of cases showing.
Is there a way to do this?
(I hope I gave enough information)
Gale
I am using Access 2000 on Windows 2000 machines.
I have a Page Header that has the following in it:
Case number, Case handler, time in case, first name, last name, and reason.
I have a CaseNum Header that has the following in it:
CaseNum, SNum
I have Detail that has the following in it:
SumOfTTIME, SFname, SLname and rClosed
I have a footer called CASENUM Footer that has the following in it:
="Summary for " & "'CASENUM' = " & " " & [CASENUM] & " (" & Count(*) & " " &
IIf(Count(*)=1,"detail record","detail records") & ")"
and =Sum([SumOfTTIME])
I have a page footer that gives me the date and time.
I also have a Report Footer that has the following in it.
=Sum([SumOfTTIME])
which gives me the total number of hours worked on a case for all the cases
that are showing.
What I am now needing is to take the =Sum([SumOfTTIME]) and divide it by the
number of cases showing.
Is there a way to do this?
(I hope I gave enough information)
Gale