printing forms

K

Kraasty

Hi, I'm afraid my form-subform questions aren't over

I have made a database for quick information about hardware for a number of
PCs

There is a "mainform" called UserPositions with 4 subforms: PCs ,
Peripherals, PaperHandling,
and Display.
Don't know if this is unacceptable or not recommended, but the PCs subform
itself, is a form that
includes the subforms: Drives, PciAgpCards and OnBoardEqp

However, when I browse through positions, every related record in all forms
is displayed correctly but
when I select Print Preview only the "Positions" data appears

Can anyone suggest how can I print the info as it's displayed on screen?

Thanks
Andreas
 
G

GVaught

You don't usually print this way. Create a report using the same concepts
you used for your form/subforms; report/subreport. This way you will get any
data that can't fit.
 
K

kraasty

Thanks!
Creating the report was no-time compared to the time I`ve waysted in the
wrong direction..
Sorry if that was obvious but I really gave so much attention trying to
configure
how to get the form printed, that I did not think of anything else.

Andreas
 
Top