Hello all,
I have a front end and a back end access database. All of the logic is defined on the front end side, and the back end is basicaly tracks records changes historicaly, as well as provide the front end with the latest status of the record.
Currently I have my front end connect to an AS400 database to check is something has changed on a record, and if it has the front end will post a new record into the back end that will become the "latest" record for that set. This need to be done every minute.
My problem is that how do I do this with multiple uses without several of them posting the same update to the back end (because of timing issue between the front end the back end for which record to verify against the AS400 data, and the posting of the new Status to the back end database)
My environment does not allow me to schedule anything, it has to be done while a client (one of several) is open. Any thoughts on how to deal with this? Thanks!
DrD
I have a front end and a back end access database. All of the logic is defined on the front end side, and the back end is basicaly tracks records changes historicaly, as well as provide the front end with the latest status of the record.
Currently I have my front end connect to an AS400 database to check is something has changed on a record, and if it has the front end will post a new record into the back end that will become the "latest" record for that set. This need to be done every minute.
My problem is that how do I do this with multiple uses without several of them posting the same update to the back end (because of timing issue between the front end the back end for which record to verify against the AS400 data, and the posting of the new Status to the back end database)
My environment does not allow me to schedule anything, it has to be done while a client (one of several) is open. Any thoughts on how to deal with this? Thanks!
DrD