W
Wayne Morgan
Change the Control Source of the control when you change the subject level. You may want
to do this in the form's OnCurrent event and, if you change the subject level, in the
AfterUpdate event of the control that displays the subject level.
What you may find easier is to store the number as text in the same field. When you create
your average, you could filter out the non-numeric values and average what's left.
to do this in the form's OnCurrent event and, if you change the subject level, in the
AfterUpdate event of the control that displays the subject level.
What you may find easier is to store the number as text in the same field. When you create
your average, you could filter out the non-numeric values and average what's left.