How to print last 2 records from a report in .mdb

S

shoaib

i wanna set no of records to be retrived in a report how can i do this in a
..mdb.how can i set a report to print first page only, leaving rest of the
report.
 
J

John W. Vinson

i wanna set no of records to be retrived in a report how can i do this in a
.mdb.how can i set a report to print first page only, leaving rest of the
report.

Base the Report on a Query which returns the desired number of
records.

You can open the Report in Print Preview mode, and select File...
Print; you can then choose to print only one page.

What the "last 2 records" and the "first page" have to do with one
another is unclear to me!

John W. Vinson [MVP]
 
Top