hi all,
i have been using the search function of this forum alot (THANKS!!)
but now im kinda stuck on something thats prob to easy to find on the forums
i got a text box that contains the value 001
but it could also contain a value like : 010 or 0234 or 12317398782435
i want to add 1 to the value the thing im trying now it this :
Me.Controls("Text" & e - 10).Text = Me.Controls("Text" & e - 10).Text + 1
this changes 001 in to 2
and not 002 as i would like.
any ideas are welcome![]()





Reply With Quote