Want to print a report to cutepdf - pls save me hours of searching

tgbyhn10

Registered User.
Local time
Today, 00:01
Joined
Apr 6, 2007
Messages
29
Hi

I am new to access and was hoping someone would save me a night of searching these forums.

I am curently printing a report to a default printer but want to print it to a pdf printer if you know what I mean. I have installed cutepdf and it seems to work but what code would I need to change to optionally print to the pdf printer from access or to allow the user to select the printer (normal or pdf one)?

This is how I print at the moment

DoCmd.OpenReport "Invoice Report", acViewNormal, , "[unique key] = " & Me![txtUniquekey]

Thanks

Pete
 
do a search on this -asked about once a week and the answer is out there - somewhere..
g:rolleyes:
 
Try: DoCmd.RunCommand acCmdPrint before you do the OpenReport.
 

Users who are viewing this thread

Back
Top Bottom