Conn.Open "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = \\Compaqserver\apps\Databases\Sched2000.mdb"
I get an error on the first line of code above because I am in the database.
Error is: “The Database has been put in a state by user ‘Admin’ on machine MIS2 that prevent it from opened or Locked”
I’m Admin on MIS2
In the old way you could set the Database = to current db like so:
Set db = Currentdb
Does anyone know the syntax for setting the ADODB connection that way???
I saw it somewhere but can't find it again.
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
I get an error on the first line of code above because I am in the database.
Error is: “The Database has been put in a state by user ‘Admin’ on machine MIS2 that prevent it from opened or Locked”
I’m Admin on MIS2
In the old way you could set the Database = to current db like so:
Set db = Currentdb
Does anyone know the syntax for setting the ADODB connection that way???
I saw it somewhere but can't find it again.
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive