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
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