Error while opening connection string on form

Dugantrain

I Love Pants
Local time
Today, 09:09
Joined
Mar 28, 2002
Messages
221
I have a combo box on a form which should open a connection string and populate the form with specific data based on a query (Change Event). My problem is that when I click on the combo box, I get the following error message:

"Database placed in state by user 'Admin' on this machine that prevents it from being opened or locked".

As far as I know, there are no Permission parameters set up on the database. Does this look familiar?
 
I searched for this error message in the Microsoft Knowledge base and found two articles:

248967

and

274211

Take a look and see if either of those helps.
 
Actually, I figured it out. All it means is that I was trying to open the form while it was already open (I was doing some coding while the form was open). Once it's opened it's locked, thus the error message. Thanks, anyway!
 

Users who are viewing this thread

Back
Top Bottom