I have a parent table with an amount column that stores the total amount of one or more child records' amount column. I created an aggregate query to total the amount on the child table per record in the parent. Then I created an update query to set the parent table's amount to the agregate query's amount but access returns an error saying that I should use an updatable query. Is there anything I'm missing or Access just cannot do updates using queries?