P
Pinacle
I have the following code under textbox_Afterupdate event
Dim newstr As Integer
newstr = Left(Me.Req_.Text, 2)
The above code is reading the value (Me.Req_.Text , Ex:'1423S') from the
form....but when i debug it the value in 'newstr' is 0. Could someone please
help !
Thanks
Dim newstr As Integer
newstr = Left(Me.Req_.Text, 2)
The above code is reading the value (Me.Req_.Text , Ex:'1423S') from the
form....but when i debug it the value in 'newstr' is 0. Could someone please
help !
Thanks