Hello i need the syntax for an iif statement for a textbox in a report.
Sometimes the control source for the textbox doesn't exist, and the report wont open due to an error.
i have tried using an iif statement for the textbox so if the controlsource "A" doesnt exist a blank field will be used:
iif(isError([A], "",[A])
so if there is an error the control source will be ""
This method doesn't seem to be working just wondering if anyone has advise as to why.
Thanks!
Sometimes the control source for the textbox doesn't exist, and the report wont open due to an error.
i have tried using an iif statement for the textbox so if the controlsource "A" doesnt exist a blank field will be used:
iif(isError([A], "",[A])
so if there is an error the control source will be ""
This method doesn't seem to be working just wondering if anyone has advise as to why.
Thanks!