I am running into a problem with the IIf function. Below is my code, what i am trying to do is in a text box on a form, with the control source applied to another field, i want to take the numeric value and convert that into a word.
=IIf([Example]="1", "Example",IIf([Example]=2,"Example",IIf([Example]=3,"Example",IIf([Example]=4,"Example",IIf([Example]=5,"Example","none")))))
If anyone can help, I would appreciate it. thanks.
=IIf([Example]="1", "Example",IIf([Example]=2,"Example",IIf([Example]=3,"Example",IIf([Example]=4,"Example",IIf([Example]=5,"Example","none")))))
If anyone can help, I would appreciate it. thanks.