Subreport displays name of report only - no data

S

Speedy

I'm attempting to add a subreport to a report and when I preview, it only
shows the name of the report, not the data. When I run the subreport
separately, it displays all the records just fine. Any ideas?
 
T

tynerr

SubReports bind to the parent form. The wizard auto selects the binding
field and you sometimes have to change it to the appropriate Key/ForeignKey
combination.

(Design view, form properties, data tab)
 
S

Speedy

The wizard is binding the correct fields. I've tried doing it manually by
creating the report first also.
 
Top