Adding a Button to Print Form

RichRod

New member
Local time
Today, 15:00
Joined
Jun 23, 2009
Messages
7
I would like to add a button to a form that will print the form with the current record in it. Also, to add a level of difficulty, there are 8 subforms attached to the form. As I already have the form developed, I don't want to reinvent the wheel and go off and create a report with 8 subreports. Is this possible? If so, Can we force all the data on the form to one page?

Thanks and regards,

Chuck
 
I think it's...

Code:
DoCmd.PrintOut acSelection, 1, 1
 

Users who are viewing this thread

Back
Top Bottom