printing to pdf access only

bigmac

Registered User.
Local time
Today, 00:32
Joined
Oct 5, 2008
Messages
302
hi all , can you help please , I have limited users to not show the ribbon, but I need them to be able to print of reports or export them as pdf files how do I give them access only to do this ?
 
You can simply use DoCmd.OutputTo function to export using a click of a button ! The Ribbons can still be kept hidden.
 
hi pr2-eugin , thanks for your quick response, how do I go about that? do I use the same button that opens the report to open/export it as a pdf?
 
You could ! Or you can even have a button on the report to do the same !
 

Users who are viewing this thread

Back
Top Bottom