About 199,000 results
Open links in new tab
  1. locking - Delete locked Access database - Stack Overflow

    Sep 16, 2015 · On the machine hosting the database file, open the Computer Management applet in Windows, expand System Tools > Shared Folders > Open Files and see if the .accdb and …

  2. LACCDB record locking file does not close - Stack Overflow

    Mar 21, 2022 · I want to copy this BE file but cant if the LACCDB file is open. No other users. I have tried deleting both the Query and the table (linked) but that still does not resolve the …

  3. Get contents of laccdb file through VBA - Stack Overflow

    Sep 8, 2016 · I want to be able to view the contents of my access database's laccdb file through VBA so I can use it to alert users (through a button) who else is in the database. I specifically …

  4. For MS Access lock file (.laccdb), what does locked in `determine …

    Dec 17, 2021 · The ".laccdb" or ".ldb" file is used to determine which records are locked in a shared database and by whom. What does the word locked in determine which records are …

  5. Disconnecting users and removing .laccdb file - Office 365

    Mar 17, 2022 · That should work but I guess, since the laccdb files are still there, that one or more user are actually not logged out. If they logg out from their account or from their computer the …

  6. How to see who is using my Access database over the network?

    Sep 8, 2016 · RE: How might I see who is using my Access database? •E.g: There is someone with an Access database opened and it created the .ldb file, I would like to see a list of who …

  7. windows - MS Access: How do I have the database delete the …

    Jul 29, 2016 · The person listed in the LACCDB file has it locked, even though they may not have it open. You can look on that users machine for orphaned MSACCESS.exe processes or …

  8. vba - Access database not closing properly - Stack Overflow

    Sep 9, 2024 · When I tried File -> options -> client settings -> Advanced -> Default Open Mode = Shared when I close Access i get the message You attempted to open database that is …

  9. MS-Access 2013 unable to remove .laccdb locking file

    Jan 29, 2016 · This is a long shot, but does any one know how to remove the lock file created by access 2013 file type ".laccdb". I have an excel sheet which is connected to the access …

  10. How can I kill all current procs/users attached to my MS ACCESS DB?

    May 6, 2019 · Then use the ID in this command: net file <ID> /close Once the file is no longer locked by the OS you can delete the .LACCDB Open the DB file and use the Compact and …