**Sorry just realised my heading was a bit wrong should be Launch REPORT to Print Preview from Button**
Hi everyone,
I am a bit stumped on this one and hoping someone out there may know the answer. I have created a number of reports that I want users to be able to run by clicking the relevant button on a form. I have used the following script:
DoCmd.OpenReport "rManagementOrganisations"
(rManagementOrganisations being the name of one of the reports)
This works, but tries to print directly to the default printer. What I would prefer is if it would launch the report in the print preview screen where the user can decide if he wants to print it or analyse it in Excel.
Does anyone know if there is a way to get it to do this?
Virtual Fosters on offer!!
DE
Hi everyone,
I am a bit stumped on this one and hoping someone out there may know the answer. I have created a number of reports that I want users to be able to run by clicking the relevant button on a form. I have used the following script:
DoCmd.OpenReport "rManagementOrganisations"
(rManagementOrganisations being the name of one of the reports)
This works, but tries to print directly to the default printer. What I would prefer is if it would launch the report in the print preview screen where the user can decide if he wants to print it or analyse it in Excel.
Does anyone know if there is a way to get it to do this?
Virtual Fosters on offer!!

DE
Last edited: