Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Table Report

Status
Not open for further replies.

terischmig

Technical User
Mar 30, 2010
6
IT
Using MS Access.
I have three tables: 1) tbl_Deliverables 2) tbl_KeyDates 3) tbl_Projects. tbl_Deliverables and tbl_KeyDates are both linked to tbl_Projecs by ProjectID. How may I run a report with the data from tble_Deliverables & tbl_KeyDates? I've tried creating a query first, but I cannot figure out the logic of this. It seems like a simple task.

Thank You in advance for taking the time to read/reply :)
 
Thank you.
Deliverables are only created to KeyDates via the ProjectID.
I did try a subrpt_KeyDates, but how do I get it to not print for every Deliverable? I have about 10-15 Deliverables and 3-5 KeyDates per 100+ Projects.
 
If I understand correctly the Deliverables and KeyDates aren't related to each other. If this is the case then the KeyDates subreport should be added to the Project group header or group footer section.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top