G
Guest
I have a report that queries 4 tables:
tblProfiles
tblPKCGPhysicalAttributes
tblPKCGMaterialAttributes
tblPKCGFinishingAttributes
tblProfiles is in a one-to-one relationship with the other tables with
txtProfileID being the primary key.
The report is a specification sheet. My challenge is that not every
txtProfileID record will have data in tblPKCGFinishingAttributes. Because of
the design, these records won't display in the report.
Is there a way I can have every txtProfileID record display regardless if it
has a record in tblPKCGFinishingAttributes?
Thanks!
tblProfiles
tblPKCGPhysicalAttributes
tblPKCGMaterialAttributes
tblPKCGFinishingAttributes
tblProfiles is in a one-to-one relationship with the other tables with
txtProfileID being the primary key.
The report is a specification sheet. My challenge is that not every
txtProfileID record will have data in tblPKCGFinishingAttributes. Because of
the design, these records won't display in the report.
Is there a way I can have every txtProfileID record display regardless if it
has a record in tblPKCGFinishingAttributes?
Thanks!