K
KimC
I have a main form (frm1) with a subform control (sub1) and I want to attach
code to the GotFocus event of a control (ctl1) on the subform and store its
contents. I have looked at previous posts on this topic and the answer seems
to be:
[Forms]![frm1]![sub1name].Form![ctl1name].Value
However I get the error "object or class does not support the set of events"
Please help, I have been struggling with this for days!
code to the GotFocus event of a control (ctl1) on the subform and store its
contents. I have looked at previous posts on this topic and the answer seems
to be:
[Forms]![frm1]![sub1name].Form![ctl1name].Value
However I get the error "object or class does not support the set of events"
Please help, I have been struggling with this for days!