Hi George!
With a split database, I thought it was always best practice that everyone is using the same version of Access.
Regarding our database, we identified the string of queries/macros that were working just fine before the Microsoft update, but now would produce the inconsistent error, if the user initiating this was not the first one in the database.
SO, we setup procedures so that before this set of queries/macros was initiated, all users' sessions would be closed, and the user initiating the process re-opened. Others would be prevented from logging in until the process had completed.
Since it is something done usually first thing in the morning, it has worked out without much disruption.
There may be an occasional inconsistent error, but the above has remedied 95% of the problem for us. (Use to be years between inconsistent errors)
Still looking for a resolution from Microsoft. If anyone knows where or who we could send a split database sample, it demonstrates the issue as often as they would like to perform it.