J
Jerry
I have the following expression as the control source in a text box on a
report, which is generated from a form.
Nz(DLookUp("[Carrier]","[Carrier]","[CarrierID]=" & [Carrier]),""))
I get the old "#error" when the field CARRIER, the data for which comes from
the form, is blank. I want the box on the report to be blank when the field
CARRIER has no data entered in it. I cannot create the correct IIF stmt that
will work. Help!!
thanks
Jerry Bennett
report, which is generated from a form.
Nz(DLookUp("[Carrier]","[Carrier]","[CarrierID]=" & [Carrier]),""))
I get the old "#error" when the field CARRIER, the data for which comes from
the form, is blank. I want the box on the report to be blank when the field
CARRIER has no data entered in it. I cannot create the correct IIF stmt that
will work. Help!!
thanks
Jerry Bennett