R rgreene Registered User. Local time Today, 09:18 Joined Jan 22, 2002 Messages 168 Dec 19, 2003 #1 I have an Add Record Button with the event procedure that I want to use the setfocus optin but I can't remember the format me!setfocus????????? Thanks, Rick
I have an Add Record Button with the event procedure that I want to use the setfocus optin but I can't remember the format me!setfocus????????? Thanks, Rick
Mile-O Back once again... Local time Today, 09:18 Joined Dec 10, 2002 Messages 11,304 Dec 19, 2003 #2 You need to set the focus to a control i.e Code: Me.MyTextBox.SetFocus
ghudson Registered User. Local time Today, 05:18 Joined Jun 8, 2002 Messages 6,187 Dec 19, 2003 #3 Did you check the Access help files for the SetFocus method? Me.YourObjectName.SetFocus