I am trying to create a database to keep track of my RC Plane flying and battery charges. I have the following tables: Batteries, Charges, Flights. What I am trying to do is create a query that will only show the batteries that have not been charged. The way I planned to do this is by creating a criteria that only shows values if the total number of flights for that battery - the total number of charges for that battery is > 0. Is this possible? And if so, how would I go about doing this? Are there better methods? I'm new to access so all help is greatly appreciated.