trouble printing data in subforms

T

Tiago Pinto

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
 
A

AlCamp

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
 
T

Tiago Pinto

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
 
C

Chris Reveille

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
 
T

Tiago Pinto

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
 
C

Chris Reveille

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

Chris
 
Top