I would like to make including the field [tblOrg.strOrgOffice] in an address block conditional on the value of another field [tblAddrShp.strTypeSource] and I’m not sure how to handle the True condition which would mean not including it. Does the following get the job done or does it need to be revised?
IIf([tblAddrShp.strTypeSource] = Home),,[tblOrg.strOrgOffice])
E