Question : How do I get the Report Footer to show on the first page--there is enough room?

Please double click on report "rpt2009DonationThankYouReceiptSummaryPrintOrEmail" in the attached file.  I need for the Report Footer to print with the first page and not on the second page.  I believe there is enough room.  I also have the same problem if a donor only gave one time.  The page footer, highlighted in blue does not show because that section only appears on Florida donors.  

How do I do it?

Answer : How do I get the Report Footer to show on the first page--there is enough room?

You have the report footer set to do a new page before and after (I changed it to None), and an odd line of code in the ReportFooter_Format event procedure (I commented it out).  Also, I don't think you need to programmatically set the height of the label in the Page Footer section.
After making these changes, the report footer does appear, though with very little space above it -- you might want to move the control down a bit.
 
 
Random Solutions  
 
programming4us programming4us