I have a form called invoices that I have a field in that is called Bill To.
I would like the Bill To field to auto fill using information from the form customer.
I have tried the following. =IIf(IsNull([Forms]![CUSTOMER]![Company/Owners Name]),[Forms]![CUSTOMER]![FIRSTNAME])
if I remove the first part and just have the default =[forms]![customer]![firstname] it works but I need it to use the company/owners name if it is not null.
Thanks Angie