isi_rajah19@live.co.za
Member
- Joined
- Aug 15, 2012
- Messages
- 6
- Programming Experience
- 1-3
Hi i would like to know if i have a textboxt with alpha numeric numbers 001 ,002,003 , numbers.text, and a second textbox called suffix.text how would i be able to auto increment the suffix so if the user enters 001 as the first entry in the numbers.text and then the next value you they add in the numbers.text is 001,i need the suffix.text to automatically show, A
so it would look like
number.text suffix.text
001
001 a
001 b
002
002 a
Etc
so it would look like
number.text suffix.text
001
001 a
001 b
002
002 a
Etc