I have a database that opens and runs a few queries such as delete query, append query etc to make things easy for the user. The database is accessed by a link from an internal company website. The problem I have is that sometimes (fairly often in fact) I get an error that says "The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time." This is not the case however as I get this same error when I copy the database to a location where only I can use the data, when I isolate the database to a single user limitation and a variety of other options. The only thing I can think of is that since I open with several queries, maybe the database is trying to do two things at once with the same data? I use a macro to perform these non stop queries prior to the user gaining access to the data.
Here is the last piece to the puzzle. If I get that error, I simply close the database down and hit the link again and it works beautifully.
Anyone have any ideas on this?
Here is the last piece to the puzzle. If I get that error, I simply close the database down and hit the link again and it works beautifully.
Anyone have any ideas on this?