I am looking to do a fuel comparison query for a database that I put together. I have all of the purchase data in one table and I have all of the vehicle data in another table with 3 common fields joining the tables. I want to compare the amount of fuel purchased from Table 1 to the vehicle fuel capacity (not a shared field) in Table 2. I can't seem to get the query to work. I am pretty new to writing Access queries so I am sure this is an easy query to write. Does anyone know how I can get this to work?