G
Guest
I'm having trouble setting the focus from a control on my subform back to the
MainForm. I've deleted the whole form and started over several times to be
sure I've got the name of the main form correct and I find it listed in the
Project Explorer, but cannot get it recognized in the code.
I've tried both "me.mainform.setfocus" and "form_mainform.setfocus".
I have this working fine on several other forms, but cannot figure out what
I've done wrong here. (only two controls on the main form and one on the
subform are enabled)
MainForm. I've deleted the whole form and started over several times to be
sure I've got the name of the main form correct and I find it listed in the
Project Explorer, but cannot get it recognized in the code.
I've tried both "me.mainform.setfocus" and "form_mainform.setfocus".
I have this working fine on several other forms, but cannot figure out what
I've done wrong here. (only two controls on the main form and one on the
subform are enabled)