R
Rebecca
Well I got the new page down that I was asking about previously, however I
have something new.
Again I need the sections of the report to print on separate pages, because
they will be used as reports mailed to different people.
I have a query that lists FirmName(duplicates are possible), FirmNumber(this
is a primary key, no dups), MasterFirmNo (this will have duplicates, all the
same FirmName have the same MasterFirmNo), MemberID (this is a primary key
no dups), FirmNo(no dups) And other fields that should not be a concern for
what I need.
Report:
Header:
MasterFirmNo (not shown on actual report)
FirmName
Detail:
I have all the information I need the report to show for each Firm which
includes a field DuesAmount
Page Footer:
I need it to sum up the DuesAmount for each MasterFirmNo, which I have
=sum(DuesAmount), this is not working.
What I need on each page of the report is to list the MasterFirmNo with all
of the MemberID and DuesAmounts and then total that MasterFirmNo DuesAmount
at the bottom of each page.
Any help would be greatly appreciated!!
Thanks in advance.
Rebecca S.
Access 2002 (sp3)
have something new.
Again I need the sections of the report to print on separate pages, because
they will be used as reports mailed to different people.
I have a query that lists FirmName(duplicates are possible), FirmNumber(this
is a primary key, no dups), MasterFirmNo (this will have duplicates, all the
same FirmName have the same MasterFirmNo), MemberID (this is a primary key
no dups), FirmNo(no dups) And other fields that should not be a concern for
what I need.
Report:
Header:
MasterFirmNo (not shown on actual report)
FirmName
Detail:
I have all the information I need the report to show for each Firm which
includes a field DuesAmount
Page Footer:
I need it to sum up the DuesAmount for each MasterFirmNo, which I have
=sum(DuesAmount), this is not working.
What I need on each page of the report is to list the MasterFirmNo with all
of the MemberID and DuesAmounts and then total that MasterFirmNo DuesAmount
at the bottom of each page.
Any help would be greatly appreciated!!
Thanks in advance.
Rebecca S.
Access 2002 (sp3)