What permissions have you given each user on the folder where the database
is located? They need a minimum of Read/Write on the folder (and ideally
should have Delete as well). The reason for this is that Access creates a
locking file (.ldb file) in the folder when the first user connects, updates
that file as subsequent users connect, and then wants to delete the file
when the last user disconnects. I've heard of situations where users can
create the locking file, but cannot update locking files created by others.
Regarding your other question (about multiple front-ends connecting to the
same back-end), it's certainly possible, but realistically tends to create a
lot of extra work in terms of keeping common stuff in synch in each version.
--
Doug Steele, Microsoft Access MVP
(no private e-mails, please)
"Row Autofit, cell formatting"
I wonder if this might be my problem, I have one access mdb file, that is
on
a network server and when two or more people are opened on the file, one
machine or the other gets locked up and will not let the other person
print a
report and the database is suppose to open in "Shared Mode" with
record-locking engaged. It sounds like I need to split out the tables to
another mdb, linked to a front-end to prevent this from happening. This is
version 2003.