Well you don't actually copy the permissions from the MDW file,
you copy them from the MDB file. Only Users and Groups info
is stored in the MDW.
You can script out the permissions using MVP Sandra Daigle's
code here:
http://www.daiglenet.com/msaccess.htm
Look for DBUtilities 1.0 and DBUtilities 1.1 about half way
down the page.
I rolled elements of that code into an add-in that will automate
the whole procedure. The add-in is on the same page at the
top. Look for the first two files and download the version you
need. Read the instructions carefully and make sure you make
backups before beginning.
Neither of these utilities will copy out users and groups from
the MDW file. You'll probably need to do that manually.
Good luck,
--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conrad...essjunkie.html
http://www.access.qbuilt.com/html/articles.html
"BeagleWillie" wrote in message:
news:2C7D996A-B19B-4CAF-A3EA-(E-Mail Removed)...
> I would like to create a database for which I am the owner, then copy or
> import the user security from an existing mdw. Can it be done without
> manually entering all of the users and permissions?