jamaarneen
Programmer
Hi,
How do set focus from a control's event in the MainForm, to a specific control in the subForm?
I tried this, but no result.
Code:
Me.[i]subFormName[/i].Form![i]ControlName[/i].SetFocus
Any suggestion why?
Thanks