I have a report were the users would like to be able to select the pages they would like to print. How do I create a customized tool bar that when the user clicks on the button the print dialog box will open and allow them to select what they want to print.
toolbar
Collapse
X
-
why custom..that's a right click option alreadyfrom print preview modeOriginally posted by favor08I have a report were the users would like to be able to select the pages they would like to print. How do I create a customized tool bar that when the user clicks on the button the print dialog box will open and allow them to select what they want to print. -
would it be preferable to you to simply turn it back on...than trying to design a complete solution that Access already has in place?Originally posted by favor08the right click option does not work unless I am in design view. I think I turned if off but I am not sure howComment
-
I wanted to force them to use the tool bar I created for them. I put the print incon on this tool bar but it prints everything and doesn't give them the option to select a page.Originally posted by JConsultingwould it be preferable to you to simply turn it back on...than trying to design a complete solution that Access already has in place?Comment
-
create a new macroOriginally posted by favor08I wanted to force them to use the tool bar I created for them. I put the print incon on this tool bar but it prints everything and doesn't give them the option to select a page.
use the Run Command option
Select the Print Command
Save it
right click on your toolbar
select custom
select all macros option
find your macro
drag it onto your toolbar
That will do what you want.
JComment
Comment