Yeah, had no idea how to title this thread.
I have two tables, we will call table1 and table2. Table1 shows administrative data for people who have had negative action against them. table2 is the administrative data regarding the corrective action taken by the individual.
I want to run a query to show who has NOT done any type of corrective action. However, it only shows the results if ANY information has been put into Tabel2.
I need to know if record345 has no information in table2, but he is not included in my query results.
How do i do this?