How to print just one page?

Gkirkup

Registered User.
Local time
Today, 04:00
Joined
Mar 6, 2007
Messages
628
I have a form which creates a simple label. Then a button on the form does a DoCmd.Openreport to print a report object with the fields from the label. That works OK, except that it would print hundreds of pages if I didn't quickly cancel it. How do I make it print just one label?
There are no records involved with this, just a few controls on the form.

Robert
 
My mistake. The report object was linked to an old table. I took that out and it worked OK.

Robert
 

Users who are viewing this thread

Back
Top Bottom