Got new pc and lpermissions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have user level security set up on an access database. 2 users got new
pc's and now are not prompted for a user/password and can't use it like they
could before. I didn't set the security up, but need to help them. I also
have had trouble understanding/setting up user level security. What do we
need to do on their new pc's to get these users to work. Thanks very much for
any ideas.
 
denise said:
We have user level security set up on an access database. 2 users got new
pc's and now are not prompted for a user/password and can't use it like
they
could before. I didn't set the security up, but need to help them. I also
have had trouble understanding/setting up user level security. What do we
need to do on their new pc's to get these users to work. Thanks very much
for
any ideas.


It's likely that the workgroup file (mdw extension) is on the server.

You'd need to give them a desktop shortcut. In the target put
"path to msaccess.exe" "path to mdb" /wrkgrp "path to secure.mdw"
 
Would the msaccess.exe be the one on the pc or the server? The .mdb and
secure.mdw would be on the server.
 
It does not matter... Where ever access resides.

denise said:
Would the msaccess.exe be the one on the pc or the server? The .mdb and
secure.mdw would be on the server.
 
denise said:
Would the msaccess.exe be the one on the pc or the server? The .mdb and
secure.mdw would be on the server.


On the PC. Also you can use UNC pathnames for the mdb/mdw on the server and
not rely on drives being mapped correctly.

\\server\share\... rather than P:\....
 
Back
Top