I am trying to calculate a percentage for each count into a field[percent] in a subform. I want to take the corresponding [count] and divide it by the sum of the [count] column within the subform.
ex: count is stored in the db, percent is not(its just a txtfield)
Count Percent(Generated)
6 60 %
3 30 %
1 10 %
ex: count is stored in the db, percent is not(its just a txtfield)
Count Percent(Generated)
6 60 %
3 30 %
1 10 %