Hi, I’m trying to summarize this form as I’ve marked it up. Anyone’s help would be greatly appreciated.
- Create a separate table you could call Totals with the Categories of your costs table (Equipment, Labor, Material).
- Create a relation with match-multiple from Totals to Costs.
- Look up the Total column
- Do a rollup (sum) on the lookup column.
You could do something similar with the Query column instead of the relation column.
This is great. Let me give this a try and see what I come up with.
