Printing form with subforms adds pages

willopa98584

New member
Local time
Today, 13:06
Joined
Jan 1, 2017
Messages
2
I'm trying to print one record of a form that has a sub form and a sub-sub form, which I can do, but it adds several extra pages. The main form is just an address and it prints that on one page, adds a blank page, then prints the sub form and sub-sub form information (together). How do I get it to print all on one page or at least without adding an extra page? Thanks.
 
If you build the report correctly,it shouldn't add pages.
DONT use form feed character (on the toolbar)
DO shrink down the paper 'canvas' to fit inside the paper boundary (8x11?)
Same with the sub reports. Set property Can Shrink= true.
 
How do I get it to print all on one page or at least without adding an extra page? Thanks.

You use a report not a form and follow what Ranman posted.
 
It's not a report. I'm viewing my records in a form and just want to print one record. If it's going to have to take building a report to print just one record, I'm going to need step-by-step information on how to do that (or point me to a website/YouTube video). Keep in mind in your answers I'm VERY inexperienced with this program. Thanks.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom