1.How do you underline text on a report?
2. I have a multipage report. I would like the first page to be portrait; and the other pages to be landscape. How can I do this?
1.
In design view, select the text box or label, right-click and from the properties, Font Underline, select Yes
2.
make two reports: the first page portrait in page setup,
the subsequent pages as landscape. Make a macro to open report (first page) with view as print, then to open the second report in print view. When the macro is run, the reports run one after the other.
you can also use the - docmd.openreport "reportname" - line in the code section. Add this code to the save or print command button and it will open the report to print it and then close the report. This works very easily!
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.