tow subreports in my mianreports,why the second's data can't show?

V

vvkl

In main report,I'll show a table named "Engine".
Table "Service" and "Sparepart" are relationed by "EngineID" on table
"Engine".
I drag two sub reports in main report to show "Service" and "Sparepart",but
"Sparepart" doesn't show.

I expect effect is that :
Fisrt, an Engine's record, then all of "Service" record which relationed
with the "Engine", then all of "Sparepart" record ...continued displaying

Thank you!
(I'm a chinese student ,If my question have syntax error,please excuse me!)
 
M

Marshall Barton

vvkl said:
In main report,I'll show a table named "Engine".
Table "Service" and "Sparepart" are relationed by "EngineID" on table
"Engine".
I drag two sub reports in main report to show "Service" and "Sparepart",but
"Sparepart" doesn't show.

I expect effect is that :
Fisrt, an Engine's record, then all of "Service" record which relationed
with the "Engine", then all of "Sparepart" record ...continued displaying

Thank you!
(I'm a chinese student ,If my question have syntax error,please excuse me!)


Check the subreport controls (on the main report) and make
sure that the Link Master Fields properties are set to the
EnginID field and the Link Child Fields properties are set
to the related field in the subform's record source table.
 

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

Top