Hello,
I have a parent table which has the
- project.ID,(primary key)
- project Budget and
- project remaining budget.
My child table has multiple rows of…
- purchase transactions and
- purchase costs.
…against each project ID
I need to sum up all purchase costs and subtract it from my parent table’s project budget to get my remaining budget balance.
Any idea how to do it? I am lost, is their a setting I am missing, how do I work this equation? Any help would be appreciated.
Thanks!