B
Bo Hansson
In my Word VBA application I would like to open an Access Database on a CD,
but get an error message telling me that it cannot be opened because it is
"either locked by another user or you need permission to read it". However,
none of these conditions are fulfilled as far as I undestand. If I copy the
database to the hard disk it works as expected. What fails is the following
line of code:
Set dbsDok = OpenDatabase(strDatabas)
What's the problem ?
/BosseH
but get an error message telling me that it cannot be opened because it is
"either locked by another user or you need permission to read it". However,
none of these conditions are fulfilled as far as I undestand. If I copy the
database to the hard disk it works as expected. What fails is the following
line of code:
Set dbsDok = OpenDatabase(strDatabas)
What's the problem ?
/BosseH