Hi,
I'm not going to use the API as Access Runtime File Menu Print Dialog is controlled by Windows. So, API just don't cut it.
Users will be running Access Runtime to print from Access Print Menu once the Report is viewed mode. Meaning, users click on the Report in view mode than click on the Access Menu Print button and click the "Ok" button to print.
How can I get info or parse the value from the Windows Printer Dialog to the module of the Form or a Standard Module in VBA?
I need this to tell Access to print a second same copy with slight modification to the controls(TextBoxes) if the user wishes to Preview or Print a second copy.
I can't use the API as it will block the Report preview mode. Users need to preview before printing.
I'm not going to use the API as Access Runtime File Menu Print Dialog is controlled by Windows. So, API just don't cut it.
Users will be running Access Runtime to print from Access Print Menu once the Report is viewed mode. Meaning, users click on the Report in view mode than click on the Access Menu Print button and click the "Ok" button to print.
How can I get info or parse the value from the Windows Printer Dialog to the module of the Form or a Standard Module in VBA?
I need this to tell Access to print a second same copy with slight modification to the controls(TextBoxes) if the user wishes to Preview or Print a second copy.
I can't use the API as it will block the Report preview mode. Users need to preview before printing.