I want to design a query that will be use two different tables with the same criteria (the lot number) to filter for the corresponding weight. In one table this lot number is specific to only one record whereas in the other table there could be multiple records with the same lot number. Ill also need to sum the multiple records into a total and then take the difference between the total weight (from the table with only one record) and the summed weight of the multiple records from the other table. Then this value I'd like to be returned to the form with the combo box. How do I do this?