Do not have permission to use database

  • Thread starter Thread starter Hanna
  • Start date Start date
H

Hanna

Hi, I have just secured my database through the security
wizard. Then I created a shortcut with the /wrkgrp
command:

"C:\Secured\Current.mdb" /wrkgrp "C:\Documents\Secured\Curr
ent.mdw"

but I still get the error "You do not have the neccessary
permission to use the (database) object. Have your system
administrator ...."

Thank in advance for your help.

Hanna
 
Your shortcut isn't complete, and therefore it is using the standard
system.mdw rather than current.mdw

You need to include the full path to msaccess.exe at the beginning of it.
example:

"C:\Program Files\Microsoft Office\Office\Msaccess.exe" "C:\secured....etc
 
Back
Top