J
Jerry
I have a text box on a report with the following expression as the control
source: Nz(DLookUp("[Carrier]","[Carrier]","[CarrierID]=" & [Carrier]),"")).
The record source for the report is a query. I get the old standard "#
error" result when the field CARRIER is blank on the form from which the data
for the query is obtained. I have tried many IIF stmts to make the result
blank when CARRIER is blank to no avail. Can someone write the correct
expression for me?
Thanks
Jerry Bennett
source: Nz(DLookUp("[Carrier]","[Carrier]","[CarrierID]=" & [Carrier]),"")).
The record source for the report is a query. I get the old standard "#
error" result when the field CARRIER is blank on the form from which the data
for the query is obtained. I have tried many IIF stmts to make the result
blank when CARRIER is blank to no avail. Can someone write the correct
expression for me?
Thanks
Jerry Bennett