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 you create a control by dragging a field from the field list, the field's validation rule remains in effect, although it isn't displayed in the control's ValidationRule property box in the property sheet. This is because a field's validation rule is inherited by a control bound to that field.
But I put the expression in the validation rule. Where should the expression be placed?
If this is in a text box on a form, try setting its ControlSource property to: =IIf([SSN]=50,99,[SSN])
including the = sign with no space between it and the IIf.
"Time flies like an arrow; fruit flies like a banana."
What are you trying to do? Update a table, or display data?