I'm confused. What does this have to do with your original question?
The only way that the Admin password was changed to blank, was that someone
(a member of the Admins group in the Access mdw file) went to Tools,
security, Accounts, and clicked on Clear Password - perhaps by accident. In
other words, Admin is the first user in the list. They may have forgotten
to select the correct username, before hitting Clear Password, and as such
cleared the password for Admin.
As far as concerns about giving users full permissions to the folder. Yes
that is required. You can hide the folder so it isn't so easy for them to
get to and delete files (use \\server\share$ rather than \\server\share).
You can also deny delete permission on the mdb file, however when you
compact you have to remember to reset the deny permission. Of course,
you'll have backups should someone delete it.
Also for multiple users, you should split the mdb and put just the backend
on the server. Give each user a copy of the frontend on their local
machine.
--
Joan Wild
Microsoft Access MVP
mikew said:
That did the trick. Many thanks. Now back to the first problem of
multiple simultaneous access to the db. Can you comment on this statement
from another thread:
"The problem is that you apparently have to give full read-write WINDOWS
permissions to the folder where the database is located for a user to even
open it, else you get an "already in use" error. Problem is, in doing this,
you leave open the risk that someone could outright delete the files."
Since all was working fine until a certain point at which, I surmise, a
change to the network took place, do you give any weight to the statement as
being contributory to my problem? IT has denied any change took place - but
I see Novell Network on my computer when I didn't see it before.