What if you have a form that has many tabs? Is there an easy way to print what is on those tabs at the same time the main part of the form is printing and the tab that is selected?
What I would suggest is to create a report that is laid out similar to the form. You can actually save a form as a report, to remove many of the steps. Make sure that all of the data is visible from all of the tabs.
Then when they press print you will want to run a statement like:
DoCmd.OpenReport "<Name of Report>", acViewNormal, , "<Where statement>"
The where statement will be some way to only get at the record that is currently on the screen.
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.