G
Guest
i have created an access table and i'm now in the from that i designed. in
one of the data entry fields named "name" i'm trying to use an if statement
so that when a user enters the first initial of his first name (validation
text will ask user to enter this info) when he enters "i" for example i want
access to enter his full name in this field
if initial = "i" then
"i" = india
what is the code that i need to write in expression builder to accomplish
this?
thanks
one of the data entry fields named "name" i'm trying to use an if statement
so that when a user enters the first initial of his first name (validation
text will ask user to enter this info) when he enters "i" for example i want
access to enter his full name in this field
if initial = "i" then
"i" = india
what is the code that i need to write in expression builder to accomplish
this?
thanks