A problem has arose with a database that is in use by many people. There is a form where users go to enter data about a record, they than press a button once all data is entered that takes them to another form where they get the IRR Num (this is what equipment is tagged with in shop, it is the primary key, it is an autonumber field).
The problem that arose is if the user only enters info in a few fields and than decides to close the database, it gives messages about required fields and that data won't be saved. The users closes the form anyways. The problem is that autonumber is skipped and does not show in the table. Now numbers are not in sequence, records are missing.
Is there a way to solve this?
The problem that arose is if the user only enters info in a few fields and than decides to close the database, it gives messages about required fields and that data won't be saved. The users closes the form anyways. The problem is that autonumber is skipped and does not show in the table. Now numbers are not in sequence, records are missing.
Is there a way to solve this?