I would test with linked tables. In fact, I would launch a 2nd copy of the
application with that table open...., and simply again open up that table to
see if you edit it...
It is possible that the file is open exclusive already. Thus, a linked table
would work, but opening a database connection such as you have would
fail...(if that back end is already opened by the current program, or
someone else).
Note that if users don't have create rights to that directory, then the ldb
locking file can't be created in that dir..and ms-access will default to
read only operation...
So, make sure users have create rights. (they don't have to have delete
rights..but, they should also, as that allows ms-access to delete the ldb
locking file upon exit).
That file server has to support windows network file locking, and that why I
suggesting to test this manually with out code to see if you can get more
then one user in (and, starting a new connection as you have is much like a
2nd user opening the file...that why I am suggesting to use linked tables.
as then you not opening two seperate connections (users) to that back end
file....).
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)