Message 1 of 4
Filtering values from a TextBox?

Not applicable
03-28-2001
11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all.
How can I "search for" of "filter" a bit of text within a textbox but
ignore the rest. Example:
ignore the rest. Example:
The user types in "A001" into the text box. I want to write and IF
Then statement that says:
Then statement that says:
IF Textbox1.text = "A" Then
do things
The only problem is that the text box does not really = "A" it equals
"A001". How do I filter this?
"A001". How do I filter this?
Thanx for any help.
Rob