I need to build a report that will show the remaining $'s by project. I will need to take a specific "project budget amount" and subtract the "paid invoices" leaving a "remaining budget amount". I have the "project budget amount" in the ProjectTable, and the multiple "invoices amounts" in the InvoiceTable. So how do I report the one budget amount, the multiple invoice amounts, (subtract the two), and then show a remaining balance?