I know that mysql serve autonumber, but I need autonumber with alphabet, for example NOREG1, NOREG2, NOREG3, etc.
How to make it?
Thanks
HI, I NEED THE SAME BUT:
I WANT YOU TO KNOW HOW MANY FORMS FRONTEND HAVE BEEN SAVED
What? I don' understand what you mean. :?
Hi Yudhizth,
The simplest way to do this would be to use the numeric column ID and attach the 'NOREG' string to the front of it when you use it.
Bob