modify a line code
Sorry Bob,
Its not working,i have entered text in textbox2 ,the validation logic is not
working.Why?
where I am wrong
"Bob Phillips" wrote:
If.Me.TextBox2.Text < "textstring" Then
--
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"TUNGANA KURMA RAJU" wrote in
message ...
how to modify this line of code
If.Me.TextBox2.value < VbNullString
modify this line to
If.me.TextBox2.value < 'textstring'
(if Textbox2 value not equal to text value)
I am unable to codify that 'textstring'
|