N
Nanette
I need to create a query that pulls up a Part Number from the Part table only
if there are no PRs in the PR table.
tblParts.PartNo
tblLinkPartAndPRs
tblPRs.PRNo
I keep getting only the PartNos and PRNos where there are PRs.
How can if fix this?
if there are no PRs in the PR table.
tblParts.PartNo
tblLinkPartAndPRs
tblPRs.PRNo
I keep getting only the PartNos and PRNos where there are PRs.
How can if fix this?