I'm working with an Access program and a portal site that both make updates in an SQL database. If a user in the Access program is changing records in a table, and someone submits a record on the site, the site update will go through and reset whatever changes the user was making in the Access program. But, if the separate users are in the Access programming modifying records in the save table, their changes don't interfere with one another.
Is there a way to make sure the Access program submits the changes they make AS SOON AS they make them? Is there something I can do or code to prevent them from interfering with one another? Or a way to say this data is in use?
Is there a way to make sure the Access program submits the changes they make AS SOON AS they make them? Is there something I can do or code to prevent them from interfering with one another? Or a way to say this data is in use?