I am trying to create a locked down system where users can access their printer list during a report run but not have access to Page Setup. The other option would be if they did have access to Page Setup that they not be able to save or save as. I have tried using the docmd.close acreport save no option and I get an error, it may be because of the complex nature the report is run.
I have a dialog box popup form and 2 frames they must satisfy and then a command button that looks at the 2 options selected to choose which report to run (certain frame options also make a text box appear for further data input). I also have code in the reports "on open" to hide the popup form and code "on close" to close the popup form. And I have code selected for "on no data" to close the report along with a message box to tell the user there is no data and show the inputted data.
It would be super cool if the Printer Select box appears and the Page Setup was greyed out, but something tells me that area is a "whole" item and very difficult to remove options. Perhaps I am missing something on the no save, from glimpsing other posts it sounds like there are some twists to the close where users can bypass the typical way to close a report.
Any suggestions would be helpful.
I have a dialog box popup form and 2 frames they must satisfy and then a command button that looks at the 2 options selected to choose which report to run (certain frame options also make a text box appear for further data input). I also have code in the reports "on open" to hide the popup form and code "on close" to close the popup form. And I have code selected for "on no data" to close the report along with a message box to tell the user there is no data and show the inputted data.
It would be super cool if the Printer Select box appears and the Page Setup was greyed out, but something tells me that area is a "whole" item and very difficult to remove options. Perhaps I am missing something on the no save, from glimpsing other posts it sounds like there are some twists to the close where users can bypass the typical way to close a report.
Any suggestions would be helpful.