When a user goes to the Reports Menu from the main switchboard and clicks on one of the report selections, the report is opened up for viewing.
But I'd rather send the report directly to the printer so users cannot click on the edit button and mess around with the formatting of the report.
I assume I should assign a "Run Code" option to the menu button and create some standard VB code to print the report? Can I include options within that code? For instance, can I do a print preview first, or set the number of copies to 2, or limit the report to specific pages?
But I'd rather send the report directly to the printer so users cannot click on the edit button and mess around with the formatting of the report.
I assume I should assign a "Run Code" option to the menu button and create some standard VB code to print the report? Can I include options within that code? For instance, can I do a print preview first, or set the number of copies to 2, or limit the report to specific pages?