T
TUNGANA KURMA RAJU
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'
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'