G
Guest
I have an application that launches a report to the screen, I then issue
the following command:
DoCmd.DoMenuItem acFormBar, acFile, 11, , acMenuVer20
which brings up the Print properties menu. What I want to do is issue the
following keystrokes somehow to populate and execute the print function:
C (To change my printer from HP to CuteWriter PDF)
<E> Enter to print and open the File name screen.
PO The Name of the File.
<E> To send the File to the Hard Disk.
Snedkeys does not work and even if it did, I would like to avoid using them.
Is there a way to control the print menu from VBA so that I can create my PDF
with no user intervention? I am using ACCESS 2003.
Thank You in advance for any help you can provide.
the following command:
DoCmd.DoMenuItem acFormBar, acFile, 11, , acMenuVer20
which brings up the Print properties menu. What I want to do is issue the
following keystrokes somehow to populate and execute the print function:
C (To change my printer from HP to CuteWriter PDF)
<E> Enter to print and open the File name screen.
PO The Name of the File.
<E> To send the File to the Hard Disk.
Snedkeys does not work and even if it did, I would like to avoid using them.
Is there a way to control the print menu from VBA so that I can create my PDF
with no user intervention? I am using ACCESS 2003.
Thank You in advance for any help you can provide.