Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim myStr As String
myStr = "5"
Me.Textbox.Text = myStr
Me.Textbox.SetFocus
'...controls have already been created, strCtrlName declared and contains name of control you wish to set focus to
Me.Controls(strCtrlName).SetFocus
Me(strCtrlName).Enabled = True