Thanks for any direction. Trying to use =Iff(Is Not Null
I have a =IIf in the control source of a textbox. It works great with IIf (IsNull
.Code:=IIf (IsNull ([Coding Errors]),IIf(IsNull([MM Changes after WF)],"Field Required","),"))
"Field Required" shows up in the textbox if the textboxes are empty I need "Field Required" if there is a value
present.
Thanks
Holli