D
Dmac
Hi group,
I need a little help please.
I have a report with a control [FireDrills1st]. I have the following
expression in the Control Source;
=IIf(IsNull([FireDrills1st]),"N/A",[FireDrills1st]). When the report is
generated, that field has #Error in it. I have also used the following
=IIf(IsNull([FireDrills1st]),"",[FireDrills1st]), but I still receive the
same error.
I don't understand why.
Can someone tell me what I am doing wrong, please.
I need a little help please.
I have a report with a control [FireDrills1st]. I have the following
expression in the Control Source;
=IIf(IsNull([FireDrills1st]),"N/A",[FireDrills1st]). When the report is
generated, that field has #Error in it. I have also used the following
=IIf(IsNull([FireDrills1st]),"",[FireDrills1st]), but I still receive the
same error.
I don't understand why.
Can someone tell me what I am doing wrong, please.