A family of Microsoft relational database management systems designed for ease of use.
There will be an update for Office 2013 soon, but it is not yet available.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
On 12/14/2021, SemiAnnual Enterprise channel updated to version 16.0.13801.21086. This is causing several strange behaviors in Microsoft Access. For example:
Reverting to the prior version 16.0.13801.21050 fixes the problem.
This problem seems specific to databases located on a network share. For databases on a local machine, there is no issue.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
There will be an update for Office 2013 soon, but it is not yet available.
The issue with the MEC update should now be resolved, you should be able to use WSUS\SCCM now.
In my department we run 2 tools. One is a multi-user tool with a shared backend on a network drive and we have issues as described. Advancing to build 13801.21092 later today to see if that fixes the issue.Another is a tool that runs locally on PC hard drive with only 1 user. Even here we are affected - it is extremely slow. Have confirmed that rolling back from 16.0.13801.21072 to 16.0.13801.21050 solves the issue. I have logging in place and a loop like this is much slower. Fingers crossed that 21092 will solve this as well.
set rs = CurrentDb.OpenRecordset(name:="LocalDBTable", Type:=RecordsetTypeEnum.dbOpenDynaset)
For each bla in blaCollection.items 'count = 400 items
With rs
.AddNew
!FieldA = bla.aNewValue
'....
!FieldZ = bla.zNewValue
.Update
End With
Next bla
rs.Close
set rs = nothing
Thank you!!
Are you using a DFS Namespace, or other means of redirecting from the actual database location to an aliased path/filename?
DFS. On the mapped drive where the Access files exist, DFS tab, I see a server specified in the referral list. Shows "Active". I don't manage that, but on that server, neither of the DFS roles are turned on, but it shows up under the DFS tab when I view the properties of the mapped drive.