Seperate Tables Seperate Reports, Please make them one.

A

Andrew

I have a table named IDR Heading, and four individual tables that link by IDR
Heading Report Number (ID no duplicates to Number long integer Dupes OK) the
four tables can have several records relating to the IDR Heading, long
intiger is the IDR Heading ID Value). I have created a report with fields
from the IDR Heading and information from the four other tables. I want to
create a report that prints info from ONE IDR Heading and related data
(Linked to the other for tables that may have several records) and show all
the related data from the other four tables.

Every filter I have applied gives me the right combination but on seperate
reports
I've been working for days, Help.
 
D

Douglas J. Steele

Try creating a query that joins the five tables together, and use the query
as the recordsource for your report.

Alternatively, try adding the four reports based on the four other tables as
subreports on the report based on table IDR Heading.
 

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