D
DStrong
I am running this DB as a Access 2000 db and on Win XP Pro machines.
I have a few tables that all have data that I need on one report. I have a
main table I will call the MainTable and for this example SubTable1 and
SubTable2.
The ManTable have a primary key called RecordID.
The SubTables all have a primary key for each record in it and a field
called REC ID that is a relationship to RecordID.
Each SubTable can have multiple records associated with the REC ID.
What I am attempting to do is have a report display the MainTable data then
all records that are tied to the RecordID fromt he SubTables.
What I have tried is to do a query to pull in all the data from all tables,
this did not work too well. So I built a report for MainTable, a report for
SubTable1 and SubTable2. Then I opened MainTable Report and embedded
SubTable1. The problem is that all the data from SubTable1 displays on the
each record from my MainTable. I only want to see the data from SubTable1
that relates to the RecordID from the MainTable.
Does this make sence to anyone? Has any ever successfully done something
like this before?
Please Help.
I have a few tables that all have data that I need on one report. I have a
main table I will call the MainTable and for this example SubTable1 and
SubTable2.
The ManTable have a primary key called RecordID.
The SubTables all have a primary key for each record in it and a field
called REC ID that is a relationship to RecordID.
Each SubTable can have multiple records associated with the REC ID.
What I am attempting to do is have a report display the MainTable data then
all records that are tied to the RecordID fromt he SubTables.
What I have tried is to do a query to pull in all the data from all tables,
this did not work too well. So I built a report for MainTable, a report for
SubTable1 and SubTable2. Then I opened MainTable Report and embedded
SubTable1. The problem is that all the data from SubTable1 displays on the
each record from my MainTable. I only want to see the data from SubTable1
that relates to the RecordID from the MainTable.
Does this make sence to anyone? Has any ever successfully done something
like this before?
Please Help.