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.
rivate Sub Form_Current()
List11.Enabled = True
End Sub
Private Sub List11_AfterUpdate()
'send the focus away
Me.txtBxA.SetFocus
List11.Enabled = False
End Sub