Subform Not showing on Printout

  • Thread starter Carlton S. via AccessMonster.com
  • 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.
 
K

Kahuna

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.
 
Top