Hi,
I have a listbox on my form that is calling data from a table that has option values in it 1, 2, 3 etc..
I am using this code on my form to convert the numbers into words
=IIf([si_Permitting_Status]=1,"Permit Assigned",IIf([si_Permitting_Status]=2,"Permit Pending etc...
is there anyway...