J
Jimbo213
I have this wonderful formula in a text box that displays just fine on the
form.
Every time a radio-button in one of seven frames is pushed, the value
recalculates.
Problem: I can't get the resulting value to be entered in the underlying
table
Here is the formula for Status_Score.setvalue
=([StatusResultEIA]+[StatusResultData]+([StatusResultFIT]*[Status_FIT_Mult])+([StatusResultWave]*[Status_WAVE_Mult])+([Status_PERF_Mult]*[StatusResultPerf])+[StatusResultEnv]+[StatusResultImpl])/[Status_Count]*25/100
I have tried creating a macro behind each frame.afterupdate - no good
I tried creating a code behind each frame.afterupdate - no good
What will work?
I've tried searching this forum and others with little guidance.
I feel like such a dope !!!
form.
Every time a radio-button in one of seven frames is pushed, the value
recalculates.
Problem: I can't get the resulting value to be entered in the underlying
table
Here is the formula for Status_Score.setvalue
=([StatusResultEIA]+[StatusResultData]+([StatusResultFIT]*[Status_FIT_Mult])+([StatusResultWave]*[Status_WAVE_Mult])+([Status_PERF_Mult]*[StatusResultPerf])+[StatusResultEnv]+[StatusResultImpl])/[Status_Count]*25/100
I have tried creating a macro behind each frame.afterupdate - no good
I tried creating a code behind each frame.afterupdate - no good
What will work?
I've tried searching this forum and others with little guidance.
I feel like such a dope !!!