I have a facility number that might have 3 digits, If so I would like to append leading zeros to make all consitant as 5 digits this is what I have been working with, but no Luck. Any assitance would be greatly appricaited.
test: IIf(Len([Facility]=3),Format([Facility],"00000"),[facility])
test: IIf(Len([Facility]=3),Format([Facility],"00000"),[facility])