G
Guest
with this line:
DoCmd.GoToControl Me.Controls(frm).Form.Controls(0).Name
I would like to move to the first control on a subform (frm, previously
set). I get a type mismatch when trying to execute this. What's the correct
syntax?
Thanks
DoCmd.GoToControl Me.Controls(frm).Form.Controls(0).Name
I would like to move to the first control on a subform (frm, previously
set). I get a type mismatch when trying to execute this. What's the correct
syntax?
Thanks