D
DS
I'm trying to Count the umber of Charecters in a Textbox...
What I would like to do is this...
If TextBox has 1 Character then
Image1.Visible
If TextBox has 2 Charecters Then
Image1.Visible
Image2.Visible
If TextBox has 3 Charecters Then
Image1.Visible
Image2.Visible
Image3.Visible
If TextBox has 4 Charecters Then
Image1.Visible
Image2.Visible
Image3.Visible
Image4.Visible
End If
Any Suggestions Appreciated,
Thanks
DS
What I would like to do is this...
If TextBox has 1 Character then
Image1.Visible
If TextBox has 2 Charecters Then
Image1.Visible
Image2.Visible
If TextBox has 3 Charecters Then
Image1.Visible
Image2.Visible
Image3.Visible
If TextBox has 4 Charecters Then
Image1.Visible
Image2.Visible
Image3.Visible
Image4.Visible
End If
Any Suggestions Appreciated,
Thanks
DS