O
ooxx
Dear
You can test for this and the different in results
strt = Right(Text1, 8)
Me.Text14 = Right(Text1, 5)
strt = Mid([Text1], [Text3], 1)
num2 = Left(strt, InStr(1, strt, " "))
while the me.Text4 shown as it was, not the strt.
Any idea
Thanks
You can test for this and the different in results
strt = Right(Text1, 8)
Me.Text14 = Right(Text1, 5)
strt = Mid([Text1], [Text3], 1)
num2 = Left(strt, InStr(1, strt, " "))
while the me.Text4 shown as it was, not the strt.
Any idea
Thanks