The Find Unmatched Query Wizard helps you find the records in one table that do not have matching records in another table. For example, you could find customers who have never booked a tour.
Some scenarios when you might need to create such a query include:
- To find customers who have never placed an order.
- To find products that have never been purchased.
- To find "orphan" records. If you haven't enforced referential integrity in your related tables, deleting a record in one table could leave one or more orphan records in a related table.
- Click the Create tab on the ribbon.
- Click the Query Wizard button.
The New Query dialog box appears, displaying different kinds of Query Wizards.
- Select Find Unmatched Query Wizard and click OK.