Report header - How To -

pas123

Registered User.
Local time
Today, 12:42
Joined
Mar 10, 2003
Messages
40
How can I have the value of a field within a table displayed in the header of a report for each record in the table?

Thanks
Paul
 
Could you be a little more specific ? Are you using the table to generate the data for the report or a query. Is it just one field of a record that you want in the header ? Are you producing one record per page in the report ? JT
 
I'm using a Query to generate the report.
I want 10 fields to be displayed in the Page header of the report.
Could 1 or up to 10 fields per record.
The report displayes many records per page.
 
If I'm reading you correctly --- you should be able to create a set of textboxes in the Page Header inserting the particular fields you want from the query feed to solve your problem. If not, attach the database objects needed (zipped)and maybe I can get you going, JT
 

Users who are viewing this thread

Back
Top Bottom