As the above states really; I have a .accdb
database that is literally just the BE dataset, that users can link into via Excel, and refresh the data via VBA.
Recently, the BE password was potentially compromised, so we needed to change this. We have over 100 users who daily access the Excel file, which refreshes the data. Even when the day is finished, some users are locked to the file where the link doesn't break, or they stay logged in overnight etc. Unfortunately now, I can't decrypt the BE because it won't allow me to open the database exclusively as it's locked by (whatever machine is linked in first).
Is this a limitation of Access & Excel, that there is no "live" link to the database without there being a lock put on it? My string does contain:
Mode=Read;
But this unfortunately, still locks the file. I am happy to look into changing the connection process for the database, if there's a more efficient way to do so.