G
Guest
I am trying to pull a address off a form named "frmeverything". If there is
no "suite" I want just the address, but if there is a "Suite" I want that
to. I am using the following code that errors out, but I'm to blind to see
it. Would someone please show me the path??
Thanks
=iif(isnull([Forms]![frmeverything]![DeveloperSuite]),[developerAddress],[developerAddress]& “ Suite # “ & [developerSuite])
no "suite" I want just the address, but if there is a "Suite" I want that
to. I am using the following code that errors out, but I'm to blind to see
it. Would someone please show me the path??
Thanks
=iif(isnull([Forms]![frmeverything]![DeveloperSuite]),[developerAddress],[developerAddress]& “ Suite # “ & [developerSuite])