ID counting

The new id is created when you insert the data in the database. So the best thing would be to not show the id at all in the “insert new whatever” screen, since you don’t know it at that moment, and since the user can’t change it anyway.
If the user needs to know the id, then show it to him after the data has been succesfully inserted in the database.

1 Like