I`m sure this question is easy but I don't know where to start.
How can I do this?
I am creating a fill up form in VB.Net and my Primary Key is like this.
00001
,00002
,00003
and so on and I will save this.
I will use Select Max
in MYSQL so I can check whats the Max in Primary Key Field.
For Example the last data in Mysql is 00001
how can I show it in a textbox with +1? I mean if 00001
is the last in MySQL in VB.Net is 00002
I hope you can help me.