I have two tasks for the same field. First, I need a field on a form to sum 5 other fields on the form...
The field is named percent. The five fields I want to sum are understanding, quality, communication, completion, preparation, participation.
I keep getting a compilation error. I am trying this on gotfocus. Can someone tell me how I would do this?
The second step is to take the sum and use if else then to convert the sum to a number grade...
this part I have done before, so I think I am set here. I just can't seem to get the sum function to work.
Thanks!
smg
The field is named percent. The five fields I want to sum are understanding, quality, communication, completion, preparation, participation.
I keep getting a compilation error. I am trying this on gotfocus. Can someone tell me how I would do this?
The second step is to take the sum and use if else then to convert the sum to a number grade...
Code:
If percent = 30 Then percent =100 elseif percent>=29 then percent=97
Thanks!
smg
Comment