Help

Re: Generate sequential id after form submission

Solved
Jump to Solution
443 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mikolaj_Wasniew
4 - Data Explorer
4 - Data Explorer

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.

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

Change the ID field to an “autonumber” type.

See Solution in Thread

1 Reply 1
ScottWorld
18 - Pluto
18 - Pluto

Change the ID field to an “autonumber” type.