Timtropolis
Registered User.
- Local time
- Today, 16:38
- Joined
- Jun 17, 2004
- Messages
- 84
Greetings all,
I've developed a split db (A2010) that has a FE installed on local machines(7 users in all) and the BE up on the network.
The issue I'm having is that if one person opens the front end on their machine and they open up a report, or a table (which I have setup using a datasheet form with read-only rights), then they have complete control of the BE database, preventing anyone else from updating ANY table in the back end. If I go into a table that is not the one being viewed or used in a report and try to update, it won't allow it.
If I try to run my import process and run a DELETE statement from VBA, I get the following error message:
I have checked my advanced settings and they are as follows:
I have tried changing these settings, specifically the last one as its global, but I still have this problem. Also, I've checked with IT and there are no restrictions on the folder in which I have the BE located. I've set many databases up like this in the past and have not ever had this problem but this is the first one I've done using A2010.
Is there another setting or something I'm missing here?
TIA,
Tim
I've developed a split db (A2010) that has a FE installed on local machines(7 users in all) and the BE up on the network.
The issue I'm having is that if one person opens the front end on their machine and they open up a report, or a table (which I have setup using a datasheet form with read-only rights), then they have complete control of the BE database, preventing anyone else from updating ANY table in the back end. If I go into a table that is not the one being viewed or used in a report and try to update, it won't allow it.
If I try to run my import process and run a DELETE statement from VBA, I get the following error message:
3086: Could not delete from specified tables.
I have checked my advanced settings and they are as follows:
Default Open Mode: Shared
Default Record Locking: No Locks
Open databases by using record level locking: Unchecked
I have tried changing these settings, specifically the last one as its global, but I still have this problem. Also, I've checked with IT and there are no restrictions on the folder in which I have the BE located. I've set many databases up like this in the past and have not ever had this problem but this is the first one I've done using A2010.
Is there another setting or something I'm missing here?
TIA,
Tim