G
Guest
I have a report with this record source:
tblPKCGMaterialAttributes.txtProfileID)) INNER JOIN
tblPKCGFinishingAttributes ON tblProfiles.txtProfileID =
tblPKCGFinishingAttributes.txtProfileID) INNER JOIN tblProfilesRevisions ON
(tblPKCGPhysicalAttributes.txtProfileID = tblProfilesRevisions.txtProfileID)
AND (tblProfiles.txtProfileID = tblProfilesRevisions.txtProfileID) WHERE
(((tblProfiles.Type)="CG"));
The report only displays records that have revision dates.
What criteria do I use to make the report display all records with or
without revision dates? Is this maybe a join issue?
Any guidance would be appreciated!
Thanks!
tblPKCGMaterialAttributes.txtProfileID)) INNER JOIN
tblPKCGFinishingAttributes ON tblProfiles.txtProfileID =
tblPKCGFinishingAttributes.txtProfileID) INNER JOIN tblProfilesRevisions ON
(tblPKCGPhysicalAttributes.txtProfileID = tblProfilesRevisions.txtProfileID)
AND (tblProfiles.txtProfileID = tblProfilesRevisions.txtProfileID) WHERE
(((tblProfiles.Type)="CG"));
The report only displays records that have revision dates.
What criteria do I use to make the report display all records with or
without revision dates? Is this maybe a join issue?
Any guidance would be appreciated!
Thanks!