View Full Version : Report header - How To -


pas123
05-07-2003, 05:10 PM
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

jtvcs
05-08-2003, 08:53 AM
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

pas123
05-08-2003, 09:33 AM
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.

jtvcs
05-08-2003, 09:40 AM
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