Report/printing problem

irriducibili

New member
Local time
Today, 17:00
Joined
Apr 1, 2003
Messages
7
Currently I have about 20 different records in my report but when i go to print it prints out each and every record. I only want to print out records individually and i want each record by itself. There are 1-2, 1-3 records to each page but i want to be able to choose which record (record-report) to print out.

E.g.

I have about 20 records which each include:

company name
result of last stock
date of previous stock
future date of stock

I want to be able to print out these records when I wish i.e one day i may want to print out a report for my 4th record, the next day for my 17th but when i select print and it prints out the whole lot as well as maybe 1-3 records to each page. I want to be able to print the records off indivdually and each to their own page.

I hope I am making myself clear it is pretty hard to explain.

Please help!
 
base your report on a query,and set some critera on a field
that identifies a unique value for the record you want to
print
 

Users who are viewing this thread

Back
Top Bottom