I am trying to construct an IIF statement that checks if the Location Name is null then use the district name, but if the district name is null use the location code instead. I have created :
FULLLOCATION: IIf(IsNull([Location Name], [District_Name], IIf(IsNull ([District_Name], [Location_Code],Unk));
I am getting an error on this.
Any help would be appreciated
fb
FULLLOCATION: IIf(IsNull([Location Name], [District_Name], IIf(IsNull ([District_Name], [Location_Code],Unk));
I am getting an error on this.
Any help would be appreciated
fb