I have a Master Data Table and a Payments Table. I have a query that uses the relationship between the two to get the Total Payment (each specific entry in the Master Table will potentially have several payments so I made this query so we could keep track of what was paid so we can compare it to the budget). Is there a way to get the Total Payment into the Master Data table without having to run the query over and over (ie. append query)