trouble printing data in subforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that contains many subforms...
Everything looks fine in Form View and even in Print Preview, but when I
print them I don't get the data in the text boxes, that are linked to tables.

Any ideas?!

Thanks in advance
 
Tiago,
Check each of the fields in the subforms for the DisplayWhen property.
Make sure they are set for "Always", not "ScreenOnly".
hth
Al Camp
 
They are all set for "Always"...

AlCamp said:
Tiago,
Check each of the fields in the subforms for the DisplayWhen property.
Make sure they are set for "Always", not "ScreenOnly".
hth
Al Camp
 
Forms are for adding, viewing, and changing data. They are
not meant for printing. Create reports that pulls the
record Id from the form.

Chris
 
That's not quite the solution to the problem....

Chris Reveille said:
Forms are for adding, viewing, and changing data. They are
not meant for printing. Create reports that pulls the
record Id from the form.

Chris
 
Why can't you create a report with subreports that have the
same appearance as the form?

Chris
 

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