Printing Reports & Queries from Navigation form

davejohno

New Member
Joined
Aug 16, 2011
Messages
1
I have created a navigation form in access 2010 and all reports and queries show correctly. However when trying to print any report\query open on the navigation form the right hand edge of the report\query is not shown on the print preview, this is probably due to the large blank area on the left hand side where the buttons are (although they are not shown in preview mode).
Is it not possible to print a report correctly using the navigation form ?
Is the only way to print a report\query by opening it individually?
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Is the only way to print a report\query by opening it individually?

I have yet to find any other way.


Here is what I do:

With the report in design mode, Insert a button on the report.

Add the following VBA code to the "On Click" event of the button:


Code:
DoCmd.OpenReport Me.Name


Set the button property for "Display When" to "Screen Only". This will make the button so it does not print on the report when sent to a printer.

Now you can click the button to print the report
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,558
Members
452,928
Latest member
101blockchains

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