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.
Select Case Me.txtFirstField
Case [i]CriteriaA[/i]:
Me.txtSecondField.InputMask = [i]InputMaskA[/i]
Case [i]CriteriaB[/i]:
Me.txtSecondField.InputMask = [i]InputMaskB[/i]
Case Else:
Me.txtSecondField.InputMask = [i]Default[/i]
End Select