M
miatadiablo
I know this must be more simple than I'm making it out to be. I have
a CorpName text field. Once I update that field, if it contains
"limited" anywhere in the field, I need to disable another field.
Luckily, all of the other If/Then statements I'm using for the field
are easily handled using If Right (Me.CorpName, 4) = "guar" but
unfortunately "limited" may fall anywhere within the field.
Thank you in advance for your assistance.
a CorpName text field. Once I update that field, if it contains
"limited" anywhere in the field, I need to disable another field.
Luckily, all of the other If/Then statements I'm using for the field
are easily handled using If Right (Me.CorpName, 4) = "guar" but
unfortunately "limited" may fall anywhere within the field.
Thank you in advance for your assistance.