Sub report from sub form

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

Guest

i have a form and a subform bound to it.
I saved the form as a report and i saw the sub report in the report itself.
The problem is that no data from the sub report is shown. In the form i see
the subform data.
Any thoughts?
Thanks in advance
 
1. Do you have recordsource in the sub report?
2. Does the Fields bound to the fields in the table?
3. How did you link the subreport to the report, If the recordsource of the
sub report is
Select * From Tablename Where FieldName = Forms![FormName]![Fieldname]
as it was in the subform but when the report run the form is closed, it wont
display any data

4. You link the Report and sub report by child and parent, check the fields,
mybe its the wrong fields
 

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