Hello,
I need help on getting rid of #Error in my fields on a form when no data exist. I was using the below formula:
="" & [System]
and when #Error showed I switched over to
=IIf(IsNull([System])," ",[System])
and that came up with the same results. If data exist it works fine but when data is not there I want it to be blank or say "No data exist".
What formula can I use in the control source to fix this. Any assistance would be most appreciative.
Thanks
I need help on getting rid of #Error in my fields on a form when no data exist. I was using the below formula:
="" & [System]
and when #Error showed I switched over to
=IIf(IsNull([System])," ",[System])
and that came up with the same results. If data exist it works fine but when data is not there I want it to be blank or say "No data exist".
What formula can I use in the control source to fix this. Any assistance would be most appreciative.
Thanks
Comment