Subreports and subforms

  • Thread starter Thread starter ghmag
  • Start date Start date
G

ghmag

Hello,

I'm in a jam and I was hoping to get some suggestions for experienced
individuals.

I have a form with a subform. The subform is just a list of records
with checkboxes.

The form has a button to produce a report. The main data is obtained
based on parameters dictated from the form which filters a query. The
report also has a subreport. The subreport data is based on individual
records selected in the subform (from the checkboxes).

I guess in short, i'm trying to embed a report within another report.
Is this even possible and if not, could anyone recommend a different
method?

I'd appreciate any help anyone can offer. Thanks
 
yes, you can have a subreport in a report the same way you can have a
subform in a form.
somehow I suspect your question to be in the neigborhood of beeing
"how do I get the same info in the subreport as I have in the subform"
If that's the case simply make the same relation between the report & the
subreport that you have between the form & the subform
ie the link master field & child field properties

Pieter
 
Back
Top