Print page footer only if details section on same page.

B

Bellsouth

Hi, my current report layout is as follows:
PageHeader (blank)
AddresseHeader
ProductHeader
Detail
PageFooter(Information)

I have about 100 [addressee] records and I want it to print as follows:

(AddressHeader section)
"Hi [Addresse]

"Thanks for your order of [product1 & product2 & product3 etc...] . Below is
a list of components for the listed products:"


[product1]
"details details details"

[product2]
"details details details"


(PageFooter)
Thanks again for your order

(now on to the next Addressee record)

--- Everything works fine, but I dont want the page footer to print at the
bottom if the details for the order continue on to the next page (some
products have alot of details). I only want the page footer after the last
detail section for each (AddressHeader) record.
Im sure i could use the me.PageFooterSection.Visible = True or false but not
sure how to tell it when I am about to move to another record. Cant seem to
get it rite.. Any ideas?

Thanks,
Greg
 
B

Bellsouth

Sorry for my stupidity.. I have been working on this project too long. I
just needed to view the group footer for [Addressee]. Turned it off a while
ago for some testing. Guess I need some sleep :)

G
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top