On pressing a button on a form I want a series of reports to be generated and printed to file, how can I automate this so the user doesn't have to select each report and print them to file individually?
i dont know what you mean by printing to a file but you put whatever you use for 1 report many times
with docmd
.openreport "report1"
.openreport "report2"
.openreport "report3"
end with
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.