toolbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • favor08
    New Member
    • Jan 2007
    • 56

    toolbar

    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.
  • JConsulting
    Recognized Expert Contributor
    • Apr 2007
    • 603

    #2
    Originally posted by favor08
    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.
    why custom..that's a right click option alreadyfrom print preview mode

    Comment

    • favor08
      New Member
      • Jan 2007
      • 56

      #3
      Originally posted by JConsulting
      why custom..that's a right click option alreadyfrom print preview mode

      the right click option does not work unless I am in design view. I think I turned if off but I am not sure how

      Comment

      • JConsulting
        Recognized Expert Contributor
        • Apr 2007
        • 603

        #4
        Originally posted by favor08
        the right click option does not work unless I am in design view. I think I turned if off but I am not sure how
        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?

        Comment

        • favor08
          New Member
          • Jan 2007
          • 56

          #5
          Originally posted by JConsulting
          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?
          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.

          Comment

          • JConsulting
            Recognized Expert Contributor
            • Apr 2007
            • 603

            #6
            Originally posted by favor08
            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.
            create a new macro

            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.

            J

            Comment

            Working...