Hi,
I have a text box called "txtText" which contains string data. (ie Bla Bla Bla)
I want to validate the contents of this text box to ensure that it either starts with:
"INSERT INTO"
"DELETE FROM"
"UPDATE "
Followed by anything else.. (ie INSERT INTO bla bla bla)
If the txtText contains any other data then display a Message box..
Any idea's??
Thnx,
Jonathan
I have a text box called "txtText" which contains string data. (ie Bla Bla Bla)
I want to validate the contents of this text box to ensure that it either starts with:
"INSERT INTO"
"DELETE FROM"
"UPDATE "
Followed by anything else.. (ie INSERT INTO bla bla bla)
If the txtText contains any other data then display a Message box..
Any idea's??
Thnx,
Jonathan