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.
Me.CSign1.Locked = IIf(Me.Sign1Type = "Case Sign" Or Me.Sign1Type = "Street Name Sign", False, True)
If Me.Sign1Type = "Case Sign" Or Me.Sign1Type = "Street Name Sign" Then
Me.CSign1.Locked = False
Else
Me.CSign1.Locked = True
End If