G
Guest
I have a form with 2 seperate subforms within the main form. On changing a
combo box in the 1st subform (all unbound fields), I would like the contents
of thew 2nd subform(again all unbound fields) to be completely cleared. I
have tried issuing the individual field clearances as below with no success :-
Forms!MainFormName.subformName.Forms!controls!controlname = ""
As It is being issued from the On Change event in the 1st subform, do I need
to change the reference in the statement?
Cheers,
Steve
combo box in the 1st subform (all unbound fields), I would like the contents
of thew 2nd subform(again all unbound fields) to be completely cleared. I
have tried issuing the individual field clearances as below with no success :-
Forms!MainFormName.subformName.Forms!controls!controlname = ""
As It is being issued from the On Change event in the 1st subform, do I need
to change the reference in the statement?
Cheers,
Steve