S
smith777
Hello,
I have custom form where i've changed the 'Job Title' field from a text box
to a combo box. I've binded the 'Job Title' field to my newly created combo
box and entered the values that i would like the drop down list to display.
I can create a Forumla that states:
[Job Title] <> ""
which will make sure that the user enters something in the Job title field.
I'd like to go one step further and make sure that if the user decides to
type something into the 'Job Title' field (instead of choosing from the drop
down list), that what they have entered matches one of the titles i have in
my combo box list. (ie. President, Vice President, Treasurer...)
Is there an easy way to validate this?
I have custom form where i've changed the 'Job Title' field from a text box
to a combo box. I've binded the 'Job Title' field to my newly created combo
box and entered the values that i would like the drop down list to display.
I can create a Forumla that states:
[Job Title] <> ""
which will make sure that the user enters something in the Job title field.
I'd like to go one step further and make sure that if the user decides to
type something into the 'Job Title' field (instead of choosing from the drop
down list), that what they have entered matches one of the titles i have in
my combo box list. (ie. President, Vice President, Treasurer...)
Is there an easy way to validate this?