Subform Not showing on Printout

  • Thread starter Thread starter Carlton S. via AccessMonster.com
  • Start date Start date
C

Carlton S. via AccessMonster.com

I have a main form with a subform on it. I copied all the fields including
the subform fields to a report so that I can print the records from the main
form. The print screen function works fine, except that the subform fields
are blank on the printout.

Does anyone know how I can get the subform fields to print.

Thanks,
Carlton S.
 
Carlton S. via AccessMonster.com said:
I have a main form with a subform on it. I copied all the fields including
the subform fields to a report so that I can print the records from the
main
form. The print screen function works fine, except that the subform
fields
are blank on the printout.

Does anyone know how I can get the subform fields to print.

Thanks,
Carlton S.

My route would be to create a sub_report, in the same way and with the same
fields as you used in your sub_form.

Insert the sub_report onto your main report and format the links etc.

Ensure the sub_report fields are set to visible - yes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top