Group-
I am wet behind the ears with Access programming language and need some help on the IIf function. I have a field for Medical and Dental coverage with either an "A" or "G" for Covered or an "I" or "W" for Not Covered. What I want is to create a way to have the words "Covered" or "Not Covered" to appear in the field rather than the letters. Is there a way to create an IIf function? Here is my attempt:
IIf([Dependent Info],"Covered","Not Covered")
Any help is great. Also, please point me toward a GOOD RESOURCE for understanding expressions and other programming languages where I can start.
Thanks.
I am wet behind the ears with Access programming language and need some help on the IIf function. I have a field for Medical and Dental coverage with either an "A" or "G" for Covered or an "I" or "W" for Not Covered. What I want is to create a way to have the words "Covered" or "Not Covered" to appear in the field rather than the letters. Is there a way to create an IIf function? Here is my attempt:
IIf([Dependent Info],"Covered","Not Covered")
Any help is great. Also, please point me toward a GOOD RESOURCE for understanding expressions and other programming languages where I can start.
Thanks.