Print Command?

bhandarip

New Member
Joined
Jun 10, 2004
Messages
28
I have few command buttons on my form that open PDF reports. How do I tell Access to print all the reports without having to print out each report separely.

Eg:

Command Button1: Sales Report
Command Button2: Profit Report
Command Button3: Margin Report

I would like to create one more command button which can print all the above reports without having to open each individual report and print them at a time.

Thank you!
:oops:
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
call the button vents from a seperate button
Function PrintAll()
Command1_Click
Command2_Click
Command3_Click
End Function

Or something like that depending on your buton names

Peter
 
Upvote 0
Peter,
I tried using your function but no luck......I keep getting lots of syntax errors.

Thanks!
 
Upvote 0

Forum statistics

Threads
1,221,787
Messages
6,161,960
Members
451,734
Latest member
Anmol Pandey19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top