I have a table of customer orders whose order status is stored in a table as one of six or seven different numbers, each representing a different status. ie: 20 = Ready, 30=Pending, 40=Complete, etc.
I am unable to change the way they are stored in the table, but I would like to display the words they represent in a report rather than just the numbers. I can do this using the IIf function for just two options, but I am stumped on more than two.
Any ideas?
I am unable to change the way they are stored in the table, but I would like to display the words they represent in a report rather than just the numbers. I can do this using the IIf function for just two options, but I am stumped on more than two.
Any ideas?