Hello, I have the following on the control source of a text field:
=IIf([pcSSISSA]=True,DLookUp("[Reason]","[MissingFormReasons]","[ID]"="[pcSSISSAtext]"))
being:
[pcSSISSAtext] an integer
[ID] an integer
it is giving me an error, what would be the right syntax?
Thank you