I have used:
DoCmd.ShowToolbar "Ribbon", acToolbarNo,
to disable ribbons for non admin users. But I didn't think it through earlier - I just realized I would need print icon to be available to everybody (for the reports). Is there a way to work around the above line of code? Or would I either...