Hi All,
I need a little assistance with a report i'm working on. If a user chooses to leave a field blank when entering information then that field will be blank on the resulting report. I'd prefer if the field displayed on the report displayed as N/A if left blank. I've tried the following code in the Control Source of the field on the report but it doesn't work (I'm getting a circular reference)
IIf([IncidentType] Is Null,"N/A",[IncidentType])
Ps...I've also tried that formula in the underlying query but it just comes up blank on the report.
Any help would be great,
Thanks,
Em
I need a little assistance with a report i'm working on. If a user chooses to leave a field blank when entering information then that field will be blank on the resulting report. I'd prefer if the field displayed on the report displayed as N/A if left blank. I've tried the following code in the Control Source of the field on the report but it doesn't work (I'm getting a circular reference)
IIf([IncidentType] Is Null,"N/A",[IncidentType])
Ps...I've also tried that formula in the underlying query but it just comes up blank on the report.
Any help would be great,
Thanks,
Em