G
Guest
Hi everybody,
I've got a very big problem:
The access .mdb file containing the data tables resides on the NOVELL
network server.
I have to update (replace) it while the users are connected to it through
another mdb interface file (they only need to read the data)
The problem is that if at least one user has an interface's form opened,
Access creates an .ldb file and it's impossible to delete/replace the data
table .mdb file
I've tried already to set the "recordset type" property of the form to
"Snapshot" or to open the recordset from VB code with the option "Read-Only"
, the data file is blocked anyway.
Could anyone help me?
Thanks a lot in advance
I've got a very big problem:
The access .mdb file containing the data tables resides on the NOVELL
network server.
I have to update (replace) it while the users are connected to it through
another mdb interface file (they only need to read the data)
The problem is that if at least one user has an interface's form opened,
Access creates an .ldb file and it's impossible to delete/replace the data
table .mdb file
I've tried already to set the "recordset type" property of the form to
"Snapshot" or to open the recordset from VB code with the option "Read-Only"
, the data file is blocked anyway.
Could anyone help me?
Thanks a lot in advance