J
John Conklin
Hello all,
I need some help with saving a record.
I have a form for users to add new records to our database. We have about
30 users currently using this application and at times run into problems
when two or more people are trying to add records, causing the record to be
corrupted.
So, I created a new form for adding records, and want to be able to
automatically save that record to the table so if another user is trying to
add a new record it will pull the next id number and not the one the other
user is currently adding.
I have code behind my form that pulls the Max + 1 of the id number for the
current issue, and if two people try to add a record at the same time they
will get the same id number.
Can I make access automatically write this record to the table so that if
another user tries to add a record he gets the next number?
Thanks in advance for your help,
~John Conklin
I need some help with saving a record.
I have a form for users to add new records to our database. We have about
30 users currently using this application and at times run into problems
when two or more people are trying to add records, causing the record to be
corrupted.
So, I created a new form for adding records, and want to be able to
automatically save that record to the table so if another user is trying to
add a new record it will pull the next id number and not the one the other
user is currently adding.
I have code behind my form that pulls the Max + 1 of the id number for the
current issue, and if two people try to add a record at the same time they
will get the same id number.
Can I make access automatically write this record to the table so that if
another user tries to add a record he gets the next number?
Thanks in advance for your help,
~John Conklin