Hi,
Can you guys explain me how to auto increment a number with string like CHHTP001, CHHTP002, CHHTP003 and so on, and generate to textbox before saving in database, using C# window form and Access for database. I already try other method but still don't work.
Thank you.
Priyaranjan K SPosted Oct 4, 2015, 6:54 AM
.Increment the number and Concatenate the string CHHTP to the number
ChippPosted Oct 4, 2015, 6:48 AM
Sumit JoshiPosted Oct 3, 2015, 3:48 PM