Hello,
I included a custom file menu and a toolbar with the print command, my
problem is that if I use Access standard menu "File-Print" I get the
printer dialog box, but I can't get that with my custom file or tool bar
menu it will just print without asking what printer to use when pressed. I
can go into my custom menu and go to page set-up and change the pritner, but
I want the printer dialog box. Any tips will be appreciated. Thank you.
Dennis - 17 Nov 2005 17:12 GMT
To bring the print setup dialog box up, use the following code
DoCmd.DoMenuItem 1, 0, 10
>
> Hello,
[quoted text clipped - 5 lines]
> can go into my custom menu and go to page set-up and change the pritner, but
> I want the printer dialog box. Any tips will be appreciated. Thank you.
Alex Martinez - 20 Nov 2005 03:56 GMT
Where abouts do you put the code? Thank you in advance.
> To bring the print setup dialog box up, use the following code
>
[quoted text clipped - 10 lines]
>> but
>> I want the printer dialog box. Any tips will be appreciated. Thank you.