J
JohnLute
I have 3 tables of data that I need to query into a single report.
1st table:
tblRevisions
Fields:
PK numRevisionID
EffectiveDate
IssueNumber
Revision
This table is in a 1-to-Many relationship with:
tblRevisionsProfiles
Fields:
PK numRevisionID
PK txtProfileID
The 3rd table is:
tblProfilesRevisions
Fields:
PK txtProfileID
EffectiveDate
IssueNumber
Revision
Please note that tblRevisions and tblProfilesRevisions contain the identical
fields:
EffectiveDate
IssueNumber
Revision
I need to query these 3 fields from the two tables into one report for each
txtProfileID record.
I've noodled with this until my head exploded!
Is there a way to query these unrelated tables of data?
Thanks in advance for your help!
1st table:
tblRevisions
Fields:
PK numRevisionID
EffectiveDate
IssueNumber
Revision
This table is in a 1-to-Many relationship with:
tblRevisionsProfiles
Fields:
PK numRevisionID
PK txtProfileID
The 3rd table is:
tblProfilesRevisions
Fields:
PK txtProfileID
EffectiveDate
IssueNumber
Revision
Please note that tblRevisions and tblProfilesRevisions contain the identical
fields:
EffectiveDate
IssueNumber
Revision
I need to query these 3 fields from the two tables into one report for each
txtProfileID record.
I've noodled with this until my head exploded!
Is there a way to query these unrelated tables of data?
Thanks in advance for your help!