Z
ZigZagZak
Hello-
I have this statment in my VB behind my form.
Me.ReducerBushing = Right(Me.ReducerSheave, InStr(Me.ReducerSheave, " ")))
My textbox "ReducerSheave" would be something like : 2 3V 690 SDS.
I am trying to isolate the "SDS". Its not always 3 characters, in fact
normally its 2. When it is 2 characters (2 3V 550 SH) It works fine. I
don't understand why it matters when my instr is supposed to give me
everything after the first space from the right. I obvoiusly don't
understand exactly what my instr() asks for specifically. Can someone help
me out??? I am going nuts.
Thanks!
Zach
I have this statment in my VB behind my form.
Me.ReducerBushing = Right(Me.ReducerSheave, InStr(Me.ReducerSheave, " ")))
My textbox "ReducerSheave" would be something like : 2 3V 690 SDS.
I am trying to isolate the "SDS". Its not always 3 characters, in fact
normally its 2. When it is 2 characters (2 3V 550 SH) It works fine. I
don't understand why it matters when my instr is supposed to give me
everything after the first space from the right. I obvoiusly don't
understand exactly what my instr() asks for specifically. Can someone help
me out??? I am going nuts.
Thanks!
Zach