Desperate!!! Subreport Help.

  • Thread starter Thread starter Ayo
  • Start date Start date
A

Ayo

I have never used subreports before and I am having a very hard time here.
What I need to do is this. I have 5 tables and they all have Project Number
and Task Number in them. The Tables are:
SITE LIST
Inscope Table
Outofscope Table
Actuals
Commits
I want to select Project Name,Project Number, Task Number, Site ID as the
header of the report and also the data for the main form. Then I want to
create 4 subreports using the other tables but I want them to only display
their selection based on the Project Number and Task Number in the main form
(i.e. the SITE LIST table). How do I do this. Any reference will also be
appreciated. I am really stuck.
Thanks
 
Subreports are very similar to subforms. You can use the Link Master/Child
properties of the subreport control (just like subforms) to filter the
subreport records to specific values in the main report.
 
Back
Top