Share to new users......

G

Guest

I have a database that was created by someone other than me.
What I would like to do is share the frontend with new users.

I have access to 'secured.mdw',the 'snapshop' and can gain access by logging
on as one of the predetermined users.
The only way I can logon is on the PC where the orginal db resides - there
are backups of the front and back ends, but i can not get in (error: you do
not have sufficient priveliges.)

How can I copy the frontend so that other users can gain entry to the
database?
 
R

Rick Brandt

I have a database that was created by someone other than me.
What I would like to do is share the frontend with new users.

I have access to 'secured.mdw',the 'snapshop' and can gain access by logging
on as one of the predetermined users.
The only way I can logon is on the PC where the orginal db resides - there
are backups of the front and back ends, but i can not get in (error: you do
not have sufficient priveliges.)

How can I copy the frontend so that other users can gain entry to the
database?

The users need access to the MDW file as well as the MDB and then you
need to create custom shortcuts that specify the secure mdw as a
command line argument. The shortcut target would be constructed as ...

"Path to MSAccess.exe" /wrkgrp "Path to secure.mdw" "Path to mdb"
 

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