1. Create a new table with two fields:
CountID Number
CountName Text
Mark the CountID as primary key.
Save with a name such as tblCount.
2. Enter 5 records into this table:
1 Original
2 Budget control
...
3. Open the query that serves as the source for your report in design view.
Add the tblCount table to the query. If you see any line joining this table
to other tables in your query, delete the line: it is the lack of any join
(called a Cartesian Product) that gives you every combination. Save the
query.
4. Open your report in design view. Open the Sorting And Grouping dialog
(View menu.) Insert a line above the first row. In this row, choose the
CountID field, and in the lower pane set the Group Header property to Yes.
Access adds a grey bar to the report, titled "CountID Group Header".
5. Drag the CountID and CountName fields from the Field list (View menu)
into the new CountID Group Header. This identifies the copies as you
requested.
6. Right-click the CountID Group Header (grey bar), and choose Properties.
Set the Force New Page property to "Before Section" so that each copy starts
on a new page.
(Note: If the report does not have a query as its RecordSource, create a new
query at step 3. Then at step 4, change the RecordSource property of the
report to the name of the query.)
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
message
news:
[email protected]...