Printing Problem

  • Thread starter Thread starter Billy
  • Start date Start date
B

Billy

While printing, I am getting more pages than is expected. If I select a
particular record to print, 4 pages show. I would like to have these
in one page. I looked at the datasheet and there are about 4
subdatasheets. I am assuming that they are pulling from different
tables.
Can somebody please help?
Billy
 
One doesn't usually print a datasheet (whether that is a table, query or
form). Create a report and use that for printing.
 
Thanks Joan,
Yes, I am printing from the report that is pulling from some tables.
The forms where data is entered also has subforms. I have tried
changing a few things on the properties like "Can Grow" or "Can
Shrink".
HTH
Billy
 
Your forms really don't have anything to do with this.

You've created a report to print what you like (just don't bother with the
related table's data if you don't want it). You could also use sub-reports
if you like.
 
Back
Top