How do I use a data record as a page header, in Access?

D

dave

I am trying to use a data record (ie: organization name) for the report or
page header. This would allow custromizing of the report for the oranization.
 
S

Sharkbyte

I had to do something similar, and my solution would be to use Organization
Name in the SELECT statement, then have that as my first GROUPING level, in
the report. Then just set the report to begin a new page after each GROUP.

Good Luck.

Sharkbyte
 
Top