Using PDF

KarenGilmurray

New member
Local time
Today, 00:57
Joined
Jan 30, 2012
Messages
7
Hi

I've just added the PDF option to a custom ribbon so that my users can create a PDF from the reports they produce. It works very well but I can't find a way to stop it asking the user if the want to save this export. They don't want to save it and even if they click the box to say yes it doesn't appear to do anything? This isn't very important - they'll just ignore it but it's a bit untidy. Is there any way to stop it doing this?

Thanks

Karen
 
You would have to hook that button to some code. This also means you would have to refactor that menu item. To get you started on the print to pdf solution, look into the DoCmd.OutputTo method.
 
Thanks - that pointed me in the right direction. I've added code to a module and attached that to the button on the menu. It's now working fine
 

Users who are viewing this thread

Back
Top Bottom