footer

  • Thread starter Thread starter kristylaine
  • Start date Start date
K

kristylaine

i need to make a text box in the footer of a report. this text box is
more like a footnote that needs to appear on every page. how do i
make this happen? thank--k
 
If the value is fixed, use a label control in the Page Footer section. If
it is not fixed but will be bound to a RecordSource field, you may need code
in the Page Footer section to populate the value. Access handles Page
Footers differently than Group footers. Try just binding the field. If it
doesn't work, write the code to populate it in the Format event of the
section.
 
Back
Top