G
Guest
We do not use a SQL server. Access files are stored on a Windows 2003 server.
Users open databases in exclusive mode but in a multiuser environment.
Here's our problem:
If Sally opens the database "enrollment.mdb" she gest enrollment.mdb.
When Suzy comes along and tries to open enrollment.mdb, she actually gets
"enrollment1.mdb" which didn't exist until that exact moment.
It's a huge problem because now there are two copies of the same database on
the server. Suzy's copy doesn't have Sally's changes and Sally's copy
doesn't have Suzy's changes.
If they opened the database in shared mode, would that problem go away?
What is causing these duplication of my databases?
Users open databases in exclusive mode but in a multiuser environment.
Here's our problem:
If Sally opens the database "enrollment.mdb" she gest enrollment.mdb.
When Suzy comes along and tries to open enrollment.mdb, she actually gets
"enrollment1.mdb" which didn't exist until that exact moment.
It's a huge problem because now there are two copies of the same database on
the server. Suzy's copy doesn't have Sally's changes and Sally's copy
doesn't have Suzy's changes.
If they opened the database in shared mode, would that problem go away?
What is causing these duplication of my databases?