T
tkaplan
i have an excel form that i want that after the user enters data, when
he tries to exit text box it validates the data for him and if it's
valid the background changes to white.
i currently have the colors changing if there is any data in the txtbox
at all. i would like it to be that it needs to have two names in the
field - the director's first and last name. so i want it to check the
the first word is more than one letter, followed by a space, and then
at least two more letters.
i am putting the code in the txtDirector_Exit event.
i know the changing color code, i need to code to check the data in the
box.
thanks in advance
tkaplan
he tries to exit text box it validates the data for him and if it's
valid the background changes to white.
i currently have the colors changing if there is any data in the txtbox
at all. i would like it to be that it needs to have two names in the
field - the director's first and last name. so i want it to check the
the first word is more than one letter, followed by a space, and then
at least two more letters.
i am putting the code in the txtDirector_Exit event.
i know the changing color code, i need to code to check the data in the
box.
thanks in advance
tkaplan