G
gemini2
This question may seem simple but I'm still new to access. How can
do a query that will return only a lis
of records that do not match records in another table? I have
table name Project and anothe table name monitoring. I need t
develop a list of project records that never had monitorin
information submitted for it. I tried using the outer join but th
result gives me all the records in th
project table and only the records from the monitoring table tha
match the project table records. I want only the records from th
project table that don't have a matching monitoring record
do a query that will return only a lis
of records that do not match records in another table? I have
table name Project and anothe table name monitoring. I need t
develop a list of project records that never had monitorin
information submitted for it. I tried using the outer join but th
result gives me all the records in th
project table and only the records from the monitoring table tha
match the project table records. I want only the records from th
project table that don't have a matching monitoring record