B bigmac Registered User. Local time Today, 00:32 Joined Oct 5, 2008 Messages 302 Jun 30, 2014 #1 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 ?
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 ?
pr2-eugin Super Moderator Local time Today, 08:32 Joined Nov 30, 2011 Messages 8,494 Jun 30, 2014 #2 You can simply use DoCmd.OutputTo function to export using a click of a button ! The Ribbons can still be kept hidden.
You can simply use DoCmd.OutputTo function to export using a click of a button ! The Ribbons can still be kept hidden.
B bigmac Registered User. Local time Today, 00:32 Joined Oct 5, 2008 Messages 302 Jun 30, 2014 #3 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?
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?
pr2-eugin Super Moderator Local time Today, 08:32 Joined Nov 30, 2011 Messages 8,494 Jun 30, 2014 #4 You could ! Or you can even have a button on the report to do the same !