I got a quick question.
Basicly after pressing a button i want to select a textbox so i can type in it, without clicking to mouse on the textbox.
Is it possible to select the textbox through a code like:
NOT REAL CODE:
Me.Textbox1.sel ect()
or
Me.tabindex = Textbox1.tabind ex
or is their some other code to do it.
Please help me out
Cutch1
Basicly after pressing a button i want to select a textbox so i can type in it, without clicking to mouse on the textbox.
Is it possible to select the textbox through a code like:
NOT REAL CODE:
Me.Textbox1.sel ect()
or
Me.tabindex = Textbox1.tabind ex
or is their some other code to do it.
Please help me out
Cutch1
Comment