I just split a database because there are multiple people using it and we started having problems with people not able to get into the database while someone else was in it. I moved all the tables to the back-end and created links to the tables in the front-end. After doing this we tested out. The result... there's still a problem. What other issues could cause this?
Software/Hardware used:
MS Access 2007
ASKED:
June 15, 2011 8:07 PM
UPDATED:
June 20, 2011 11:30 AM
I verified that everyone is opening it in shared mode and we all have the same version and SP installed.
It sounds to me like a record locking issue. Look at the Microsoft help page for record locking.
http://office.microsoft.com/en-us/access-help/set-options-for-a-shared-access-database-mdb-HP005188297.aspx
If you need a mutli-user database wouldn’t something like SQL or MySQL be better?