C
Cat's Meow
I have created a report that needs to print a group header for page 1 of the
customer and then print page headers while the customer stays the same. When
the customer changes, I don't need the Page Header to print, just the Group
Header. This is really important and I'm trying to figure
out if it something I have to do in VBA or if it something that can easily be
done within the Report program within Access. The hierarchy of my report is:
Sort By: Customer - Product Group - Product
Group By: Customer - Product Group
This is how my report prints right now:
{No Report Header
Customer Name {Customer Header Fields
Address
City, State zip
Phone
Product Q1 Q2 Q3 Q4 {Customer Header Labels
ProductX xx xx xx xx {Detail Records
[Page 2, Same Customer]
Product Q1 Q2 Q3 Q4 {Page Header
ProductX xx xx xx xx {Detail Records
[Page 3, New Customer]
Product Q1 Q2 Q3 Q4 {Page Header
Customer Name {Customer Header Fields
Address
City, State zip
Phone
Product Q1 Q2 Q3 Q4 {Customer Header Labels
ProductX xx xx xx xx {Detail Records
And therein is my problem. Because the page header prints on the new page
AND my Customer Header prints because it is a new customer, my column
headings print twice. I want my page three to look like this for a new
customer:
[Page 3, New Customer]
Customer Name {Customer Header Fields
Address
City, State zip
Phone
Product Q1 Q2 Q3 Q4 {Customer Header Labels
ProductX xx xx xx xx {Detail Records
Thanks for your quick response.
Tom
customer and then print page headers while the customer stays the same. When
the customer changes, I don't need the Page Header to print, just the Group
Header. This is really important and I'm trying to figure
out if it something I have to do in VBA or if it something that can easily be
done within the Report program within Access. The hierarchy of my report is:
Sort By: Customer - Product Group - Product
Group By: Customer - Product Group
This is how my report prints right now:
{No Report Header
Customer Name {Customer Header Fields
Address
City, State zip
Phone
Product Q1 Q2 Q3 Q4 {Customer Header Labels
ProductX xx xx xx xx {Detail Records
[Page 2, Same Customer]
Product Q1 Q2 Q3 Q4 {Page Header
ProductX xx xx xx xx {Detail Records
[Page 3, New Customer]
Product Q1 Q2 Q3 Q4 {Page Header
Customer Name {Customer Header Fields
Address
City, State zip
Phone
Product Q1 Q2 Q3 Q4 {Customer Header Labels
ProductX xx xx xx xx {Detail Records
And therein is my problem. Because the page header prints on the new page
AND my Customer Header prints because it is a new customer, my column
headings print twice. I want my page three to look like this for a new
customer:
[Page 3, New Customer]
Customer Name {Customer Header Fields
Address
City, State zip
Phone
Product Q1 Q2 Q3 Q4 {Customer Header Labels
ProductX xx xx xx xx {Detail Records
Thanks for your quick response.
Tom