S
Steve in MN
I have some calculations in the form footer of the sub form that transform
yes/ no answers into point values. The end result gives a percent score and
before the record set moves to a new record, i want to be able to move the
calculated text [score] box value to a field in the main form table.
I know how to set values using if this, then Me![score]=[score]
But was wondering how to do it across 2 forms.
the unbound text box in the sform sfrmSdata is called "score" and the field
in the main form frmSurvey is also called "score"
Or what other methods are available to do this?
I'm only self taught, so forgive me if some of my methods are not orthodox.
Thanks
yes/ no answers into point values. The end result gives a percent score and
before the record set moves to a new record, i want to be able to move the
calculated text [score] box value to a field in the main form table.
I know how to set values using if this, then Me![score]=[score]
But was wondering how to do it across 2 forms.
the unbound text box in the sform sfrmSdata is called "score" and the field
in the main form frmSurvey is also called "score"
Or what other methods are available to do this?
I'm only self taught, so forgive me if some of my methods are not orthodox.
Thanks