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
There are no records involved with this, just a few controls on the form.
Robert