S
Scott
I would appreciate suggestions on the following problem....
I am having problems sharing a database that is stored on a network
drive. The problems being when a second user tries to share use of the
mdb file over the network.
There are two errors:
--Sometimes any user after the first will get a series of warning
messages... each saying the same thing,
"You do not have exclusive access to the database at this time.
If you
proceed to make changes, you may not be able to save them
later."
The user must click through about ten of these before the system lets
them proceed.
--Even if the second (or greater) user doesn't get these messages, the
system may not lock the records. If a second user has connected,
any user trying to use the DB will get an error message when trying
to add a new record.
The system responds with a message that says,
"Save Action Cancelled."
Background:
-- The db is an Access 2003 mdb that has linked tables.
The linked tables are stored on a SQL server. (I know it would be
better as an ADP, but I am upgrading system and I am not able to
convert it to a project. )
-- I have the database's "default record locking" set to "Edited
Record."
-- I have each form's "Record Locks" property set to "Edited
Record."
-- I all forms that only display data to have "Recordset Type" of
"Snapshot."
-- Forms that edit records are set to "Dynaset."
-- The database opens in shared mode.
The problem does NOT occur if users copy the mdb file to their desktop
and run from there, but always occurs if two or more users run the file
from the network location.
Can someone point out what I am missing or should try?
Thanks!
I am having problems sharing a database that is stored on a network
drive. The problems being when a second user tries to share use of the
mdb file over the network.
There are two errors:
--Sometimes any user after the first will get a series of warning
messages... each saying the same thing,
"You do not have exclusive access to the database at this time.
If you
proceed to make changes, you may not be able to save them
later."
The user must click through about ten of these before the system lets
them proceed.
--Even if the second (or greater) user doesn't get these messages, the
system may not lock the records. If a second user has connected,
any user trying to use the DB will get an error message when trying
to add a new record.
The system responds with a message that says,
"Save Action Cancelled."
Background:
-- The db is an Access 2003 mdb that has linked tables.
The linked tables are stored on a SQL server. (I know it would be
better as an ADP, but I am upgrading system and I am not able to
convert it to a project. )
-- I have the database's "default record locking" set to "Edited
Record."
-- I have each form's "Record Locks" property set to "Edited
Record."
-- I all forms that only display data to have "Recordset Type" of
"Snapshot."
-- Forms that edit records are set to "Dynaset."
-- The database opens in shared mode.
The problem does NOT occur if users copy the mdb file to their desktop
and run from there, but always occurs if two or more users run the file
from the network location.
Can someone point out what I am missing or should try?
Thanks!