We recently saw this message:
How do you use version control when developing Access?
Then we wrote the .vbs script from the example in this post to decompose the MS Access MS Access file.
The problem is that when I run the script in the .mdb file, I get the error message:
decose.vbs (71, 5) (null): Microsoft Office Access cannot open the database because it is missing or opened exclusively by another user.
Well, it has not disappeared and is not opened by another user. And there is no lock file associated with it.
Any idea what goes wrong?
Or is it easier to decompose our Access database for use in our version control software?
source
share