I thought this would be a simple formula, but I’ve been out of the loop working on report and forms.
I’m trying to take the review footer totals and divide them by my report totals. What am I missing? Is it because the Report Footer is named the same at the Review Footer?
Thanks for taking the time to help
Review Footer
=Sum([Num of Apps]
Report Footer
=Sum([Num of Apps])
Simple Division
=Sum([Num of Apps]/Sum([Num of Apps])
I’m trying to take the review footer totals and divide them by my report totals. What am I missing? Is it because the Report Footer is named the same at the Review Footer?
Thanks for taking the time to help
Review Footer
=Sum([Num of Apps]
Report Footer
=Sum([Num of Apps])
Simple Division
=Sum([Num of Apps]/Sum([Num of Apps])