A arage Registered User. Local time Today, 11:05 Joined Dec 30, 2000 Messages 537 May 28, 2002 #1 Tab index I specified the tab order on my form but whenever I goto a new record the cursor defaults to a field that is not correct.
Tab index I specified the tab order on my form but whenever I goto a new record the cursor defaults to a field that is not correct.
B Birdy Support Analyst Local time Today, 11:05 Joined May 27, 2002 Messages 94 May 29, 2002 #2 You could try setting the correct field as the default field usin the On Open property. This will have to be written in VBA Code. DoCmd.GoToControl "<Field Name>"
You could try setting the correct field as the default field usin the On Open property. This will have to be written in VBA Code. DoCmd.GoToControl "<Field Name>"
L llkhoutx Registered User. Local time Today, 05:05 Joined Feb 26, 2001 Messages 4,013 May 30, 2002 #3 Set focus to the field that you want.