Hello,
I'm recieving the following run-time error:
Database has been placed in a start by user 'Admin" on machine 'Machine' that prevents it from being opened or locked.
This is the code that I get the error on
MyDB = "H:\DataManagem ent.mdb"
strCnn = "Provider=Micro soft.Jet.OLEDB. 4.0;Data Source=" & MyDB
cnn1.Open strCnn
and...