Access security problem

M

Moussa2100

I have access file not open because of security .
i have the access file and the MDW file too
so i want to know how to open this file and see the tables and the data
 
R

Rob Parker

The easiest way is to set up a shortcut to open the .mdb file using the .mdw
file. The Target entry in the shortcut needs to be of this form:
"FullPathFileNameToAccess.exe" "FullPathFileNameToYourDatabase" /WRKGRP
"FullPathFileNameToYourSecurity.mdw"

Here's a real example of mine:
"C:\Program Files\MicrosoftOffice2003\OFFICE11\MSACCESS.EXE" "C:\Documents
and Settings\parkerrp\My Documents\HAWK LIF\FSFT Database\FSFT.mdb" /WRKGRP
"C:\Documents and Settings\parkerrp\My Documents\HAWK LIF\FSFT
Database\FSFT.mdw"

You will, of course, need to know a user name/password that is registered in
th .mdw file.

HTH,

Rob
 
D

De Jager

Moussa2100 said:
I have access file not open because of security .
i have the access file and the MDW file too
so i want to know how to open this file and see the tables and the data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top