Ok, this is an easy one that I've solved in the past but I just can't for the life of me remember how.
I've been asked to modify a front end and am working on a copy stored on my desk top so I know there's no one else using it.
Here's the issue: any time I run any code with any initialized object variable, I can't write any more code without shutting it down and starting it back up because it won't let me save any work because '[another user has the db open]'.
I'm setting all the object variables to Nothing, but that doesn't help so I know there's nothing lingering open.
I've been asked to modify a front end and am working on a copy stored on my desk top so I know there's no one else using it.
Here's the issue: any time I run any code with any initialized object variable, I can't write any more code without shutting it down and starting it back up because it won't let me save any work because '[another user has the db open]'.
I'm setting all the object variables to Nothing, but that doesn't help so I know there's nothing lingering open.
Comment