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.
[COLOR=blue]Private Sub[/color] myTextbox_BeforeUpdate()
[COLOR=blue]If[/color] IsNull(Me.myTextbox.Value) = [COLOR=blue]True Then[/color]
Cancel = [COLOR=blue]True
End If
End Sub[/color]