SetFocus command

rgreene

Registered User.
Local time
Today, 07:51
Joined
Jan 22, 2002
Messages
168
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
 
You need to set the focus to a control

i.e

Code:
Me.MyTextBox.SetFocus
 
Did you check the Access help files for the SetFocus method?

Me.YourObjectName.SetFocus
 

Users who are viewing this thread

Back
Top Bottom