Access sharing error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am getting this error message "You don't have exclusive
access to this Database, if you proceed to make changes
then it can't be saved". Also, some times it's opening
the vba code directly. What do I do to fix this. Thanks
 
You don't mention the version, but since version 2000 you have to have
exclusive access to the mdb to make design changes.

As for the code window, you may have a breakpoint set (try debug, clear all
breakpoints). Compile and Save All, and then compact the database.
 
Back
Top