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.
[blue] Me![purple][b]ButtonName[/b][/purple].Caption = Choose(Me![purple][b]OptionGroupName[/b][/purple], "Text1", "Text2", "Text3")[/blue]
[blue] If Me![purple][b]OptionGroupName[/b][/purple] = OptionValue Then
Me![purple][b]ButtonName[/b][/purple].Caption = "YourText"
End If[/blue]