Hello,
Can I evaluate the Format of the Text entered in a Textbox?
I have a search box on a form that a user can enter various information into to search on...(driver license, phone#, etc...). Because one scenario causes problems, namely license# formatted "a\-aaa\-aaa\-aaa\-aaa\-aa", contains three extaneous #'s at the end of the string, I would like to evaluate the Format of the text entered prior to searching using select case and eliminate those characters from the string. This is the only scenario that causes any problems.
I've been looking, but I can't find this.
Any direction is appreciated greatly.
Thanks.
Can I evaluate the Format of the Text entered in a Textbox?
I have a search box on a form that a user can enter various information into to search on...(driver license, phone#, etc...). Because one scenario causes problems, namely license# formatted "a\-aaa\-aaa\-aaa\-aaa\-aa", contains three extaneous #'s at the end of the string, I would like to evaluate the Format of the text entered prior to searching using select case and eliminate those characters from the string. This is the only scenario that causes any problems.
I've been looking, but I can't find this.
Any direction is appreciated greatly.
Thanks.