Report Header - multiple pages?

L

Lee Zard

My client wants the beginning of a new access report to be descriptive
information about the data (3 pages of description). How is the best way to
have page 1-3 always be the same with the data following behind?
 
M

Marshall Barton

Lee said:
My client wants the beginning of a new access report to be descriptive
information about the data (3 pages of description). How is the best way to
have page 1-3 always be the same with the data following behind?


I think I would put the text in a little (maybe only one row
and one field) table. Then use a wide, CanGrow text box in
the report header. Set the text box's expression to this
kind of thing:
=DLookup("descriptivefield", "little table")
 

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