Aug 28, 2022 06:11 AM
Hello,
I have an “id” column in my table. How can I generate sequential “id” after submitting the form?
|id|First name|Last name|
|1|John|Doe|
|2|Mary|Jane|
|3|Raplh|Smith|
I.e. after creating a new record “Tony Jones”, id=4 should be added automatically.
Solved! Go to Solution.
Aug 28, 2022 06:15 AM
Aug 28, 2022 06:15 AM
Change the ID field to an “autonumber” type.