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.
If Me.txtMyText = [COLOR=blue] whatever value[/color] Then
Me.lblMyCheck.Caption = [COLOR=red] whatever you want[/color]
Else
Me.lblMyCheck.Caption = [COLOR=red]some other value[/color]
End If
'If the label does not exist, you will get an error.
On Error Resume Next
Dim frm As Form
Set frm = Forms!frmForm
strCaption=frm(frm.Check0.Controls(0).Name).Caption