hi!
i have defined nine fields which may or may not be filled out (e.g. only five fields could be filled out, the rest of the fields will just be blank). i've created a new field on my query to add the nine fields. however, it's only working when all nine fields have been filled out. here's the formula:
Percentage Sum:
([Letter of Wishes]![Percentage 1]+[Letter of Wishes]![Percentage 2]+[Letter of Wishes]![Percentage 3]+[Letter of Wishes]![Percentage 4]+[Letter of Wishes]![Percentage 5]+[Letter of Wishes]![Percentage 6]+[Letter of Wishes]![Percentage 7]+[Letter of Wishes]![Percentage 8]+[Letter of Wishes]![Percentage 9]
questions:
1. how do i create a running sum formula for these nine fields?
2. what condition (if...then...else???)will i make so that if the running sum is already 100%, the system will prompt the user that he/she is already exceeding 100%
thanks very much! i'd really appreciate your help.
i have defined nine fields which may or may not be filled out (e.g. only five fields could be filled out, the rest of the fields will just be blank). i've created a new field on my query to add the nine fields. however, it's only working when all nine fields have been filled out. here's the formula:
Percentage Sum:
([Letter of Wishes]![Percentage 1]+[Letter of Wishes]![Percentage 2]+[Letter of Wishes]![Percentage 3]+[Letter of Wishes]![Percentage 4]+[Letter of Wishes]![Percentage 5]+[Letter of Wishes]![Percentage 6]+[Letter of Wishes]![Percentage 7]+[Letter of Wishes]![Percentage 8]+[Letter of Wishes]![Percentage 9]
questions:
1. how do i create a running sum formula for these nine fields?
2. what condition (if...then...else???)will i make so that if the running sum is already 100%, the system will prompt the user that he/she is already exceeding 100%
thanks very much! i'd really appreciate your help.