I have a main form containing a subform.
I use the command
Forms!frmMainForm.Form!frmSubForm!Id.SetFocus to move to the Id field in the subform.
However the main form remains the active form.
How can I make the sub form the active form?
I need to do this because I want to create a recordset on the subform.
Thanks in advance
I use the command
Forms!frmMainForm.Form!frmSubForm!Id.SetFocus to move to the Id field in the subform.
However the main form remains the active form.
How can I make the sub form the active form?
I need to do this because I want to create a recordset on the subform.
Thanks in advance