G
Guest
What's the syntax for an IF THEN ELSE statement that will do the following:
If the value in txtContractName begins with either "C#" or "L#" then I want
to display txtLocalContact, otherwise I want to not display txtLocalContact
but display txtIntlContact instead. Thanks for the help.
If the value in txtContractName begins with either "C#" or "L#" then I want
to display txtLocalContact, otherwise I want to not display txtLocalContact
but display txtIntlContact instead. Thanks for the help.