G
Guest
I am coding a form with a button. When I click the button, many data things are to happen. Currently
cnn.Provider = "Microsoft.Jet.OLEDB.4.0
cnn.CursorLocation = adUseClien
cnn.Open "Data Source=C:\Documents and Settings\mklapp.BCPS\My Documents\InterchangeServices.mdb
I get an error
Runtime error '-2147467259(800004005)': Could not use ''; file already in us
The form is in the DB I am trying to connect to and the db is set for default shared use.
cnn.Provider = "Microsoft.Jet.OLEDB.4.0
cnn.CursorLocation = adUseClien
cnn.Open "Data Source=C:\Documents and Settings\mklapp.BCPS\My Documents\InterchangeServices.mdb
I get an error
Runtime error '-2147467259(800004005)': Could not use ''; file already in us
The form is in the DB I am trying to connect to and the db is set for default shared use.