I have 2-Tables – a CUSTOMERS Table which lists ALL of my customer’s info with a CustomerID. My second table is my VEHICLES tables which contains ALL of the Vehicles info. I’m able to create/run a query which shows how many vehicles per customer. However, those customers who haven’t purchased a vehicle yet how do I see them also? In other words, I need a query which shows me ALL of my customers, those who have brought & have yet to purchase a vehicle. With this such query I can (my objective) is to create a Combo Box that displays the CustomersID & the number of vehicles purchased (including the customers who have “0” vehicles). I hope to have explain my objective clearly