I have made a query from the tables Product and Sales. In this query I make the sum of the field Quantity (from table Sales, group barcode from Product, relation is set on barcode) for each Barcode in Procuct (ofcourse only the sold products). This works ok. But no I have made a new table Dimensions. I have copied all the products into this table but I would like to put the result from the query (sum from the quantity) in the field SoldQuantity (new field) in the new table. Problem is not every product has been sold so only the products in the query must be updated. Is this possible with a runsql instruction? And how?