stocktondesigns
Technical User
I've got a couple of tables, tblCustomers and tblProducts. tblCustomers has a unique UserID and the tblProducts includes a unique ProductID - the tblProducts includes a UserID field so the tables maintain a relationship. If a customer registers, but does not select any products, there is no record in tblProducts. Is there a query I can run that will pull up all customers who have no related record in tblProducts?
In Access you can do this using the find Unmatched query wizard, but there is no such query using a SQL Project in Access. Would appreciate any tips on how to run this.
In Access you can do this using the find Unmatched query wizard, but there is no such query using a SQL Project in Access. Would appreciate any tips on how to run this.