May want to validate there is data in there first though.
if MyTextBox.Text.Length >= 1 then...
Sean
Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.
if i have text "C001" in textbox1. then i only want read character "C" from textbox. sorry because i'm newbie.
I just showed you how...
Sean
Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.