I have a table that has an autonumber as a primary key. Is there a way for that autonumber to only be assigned after all the fields are filled in first?
The problem I am having is users enter in one field (which causes the autonumber to be assigned) and than close the form without filling in the remaining data. Than they come back in with all the info and fill it in. This causes a number to be skipped over and not show in the table because it was assigned when the user entered only one field.
I posted a topic similar to this today but I hoped that this post would make the situation more clear. Any help would be appreciated.
The problem I am having is users enter in one field (which causes the autonumber to be assigned) and than close the form without filling in the remaining data. Than they come back in with all the info and fill it in. This causes a number to be skipped over and not show in the table because it was assigned when the user entered only one field.
I posted a topic similar to this today but I hoped that this post would make the situation more clear. Any help would be appreciated.