Windows 11, Access 2021, Version 2407
I was just testing a little progress "bar" for inside forms,
and although I've updated hundreds of thousands of records with other code,
it seems odd that this code fails.
Just look at the two yellow highlighted lines (and the middle part) for the fundamentals of the code:
But it fails with RTE 3052 a bit over 9,000 records processed (the exact count varies).
I would have thought the ".update" would release the current record's lock. If I understand the error message correctly.
I admit I'm a bit confused with the "File sharing lock" part of the error message, why not "Record sharing lock"? I'm only updating one table. No other code is running.
Am I missing something here?
Thanks