I'm relatively new to the world of SQL and need some help. What I'm hoping to do... I have 2 tables, both of which have a common field ClientNumber. What I'm hoping to do is write a query which will display all the clients who haven't currently got a related record in their table. It's a one to many realtionship. The main table has 951 Clients, and the other table has 144, therefore the query will result in 807 ClientNumbers... can anyone help??