security

  • Thread starter Thread starter Jane
  • Start date Start date
J

Jane

Hello,

I have a secure Access apllication (use VBA) and would
like to let it associated with a MDW file which is created
for it. Could someone point out where I can find sample
code? Since if it joins to this MDW file, then all other
Access databases on the same machine will have same
security setting rather than default system.mdw.

Thanks so much!

Jane
 
Do a search. Less than an hour ago someone asked almost the exact same
question in this group.

Please look for your answers before asking people to spend their time
responding.
 
Look for the wrkgrp command line switch. Lets you run a command line on the
lines of....

<path>\msaccess.exe <path>\YourDB.MDB /wrkgrp <path>\Secured.mdw

....which allows you to specify a particular mdw to use just with that one
db.
 
Back
Top