G
Guest
Is it possible to update the information in the code between two or more
users at the same time? I have a counter in the software that I would like to
keep updated per a certain button click. Right now, however, when two or more
users have the database open at the same time, the counter updates
independently in one instances of the access database than the others. So if
it's at 1200 and three people open the database, when they click on the
button that causes the counter to increment, it goes to 1201 for all of them,
instead of 1201, 1202, and 1203. Is there a way to fix this in the code,
short of creating a table and making the "counter" pull the last number from
the table, increment it by one, and place it back into the table where it
will have to be accessed again?
-TIA
users at the same time? I have a counter in the software that I would like to
keep updated per a certain button click. Right now, however, when two or more
users have the database open at the same time, the counter updates
independently in one instances of the access database than the others. So if
it's at 1200 and three people open the database, when they click on the
button that causes the counter to increment, it goes to 1201 for all of them,
instead of 1201, 1202, and 1203. Is there a way to fix this in the code,
short of creating a table and making the "counter" pull the last number from
the table, increment it by one, and place it back into the table where it
will have to be accessed again?
-TIA