Hi, I need some help with auto-increment serial number on an invoice database. The database is on the server and being used by users over the network. The database generate a job ID and this increase by 1 whenever a new record is created. the delete record option is disable, but at times the jod ID tend to skip 1, e.g 4012,4013,4014,4016,4017,4018 where the 4015 will be missing.Can anyone advice why this happen, and if there is a way to solve this.
Thanks