View Full Version : Add button, start at first field


dobrocks
10-02-2001, 05:04 AM
i used a wizard to create a form, i made a "add new record button" to this form. i want to have the button clear the form(which it does)and then have the cursor automatically show up at the first field on the form. can you show me how to do that?

thanks,

novice

jwindon
10-02-2001, 05:33 AM
Me.SetFocus.ThatTextControlName

dobrocks
10-03-2001, 07:22 AM
thanks for your help.