hello friends ,
I have a main Navigation called "Main_N1"
and sub Navigation called "Sub_N1"
and form called "Form1" with "Form1_sub"
vba code in Normally case :
but how can I write this code for navigation Form ???Code:Private Sub Cmd4_Click() DoCmd.GoToControl "Form1_sub" Forms.form1.Form1_sub.Form.Fname.SetFocus End Sub
Navigation.zip