Home All Groups Group Topic Archive Search About
Author
16 Aug 2006 9:07 PM
Annemarie
I secured my database using the wizard and am supposed to have multiple
users. Everything worked great on my computer. When anyone else tried to open
the file, it said they didn't have the correct permissions. I used the user
names to match our Windows logins. What did I do wrong?

Author
17 Aug 2006 7:15 AM
Keith Wilby
"Annemarie" <Annema***@discussions.microsoft.com> wrote in message
news:C4EFA1FD-C5E4-4F08-A974-2C4E26BC28A7@microsoft.com...
>I secured my database using the wizard and am supposed to have multiple
> users. Everything worked great on my computer. When anyone else tried to
> open
> the file, it said they didn't have the correct permissions. I used the
> user
> names to match our Windows logins. What did I do wrong?

Users on other computers need to join your custom workgroup.  Typically,
you'd store your workgroup file on a network server in a common folder and
use a desktop shortcut in the following format to join it on a
session-by-session basis:

"full path to MSACCESS.EXE" "full path to your app.mdb" /wrkgrp "full path
to your workgroup file.mdw"

including the quotation marks.

You should also consider splitting the database and giving each user their
own front end file.

HTH - Keith.
www.keithwilby.com
Author
17 Aug 2006 2:38 PM
Annemarie
Would this allow people not listed in the file to access the database as read
only? If not, how would I do that? Also, what do you mean by splitting the
database and giving users a front end file? I don't quite understand.
Thanks



Show quoteHide quote
"Keith Wilby" wrote:

> "Annemarie" <Annema***@discussions.microsoft.com> wrote in message
> news:C4EFA1FD-C5E4-4F08-A974-2C4E26BC28A7@microsoft.com...
> >I secured my database using the wizard and am supposed to have multiple
> > users. Everything worked great on my computer. When anyone else tried to
> > open
> > the file, it said they didn't have the correct permissions. I used the
> > user
> > names to match our Windows logins. What did I do wrong?
>
> Users on other computers need to join your custom workgroup.  Typically,
> you'd store your workgroup file on a network server in a common folder and
> use a desktop shortcut in the following format to join it on a
> session-by-session basis:
>
> "full path to MSACCESS.EXE" "full path to your app.mdb" /wrkgrp "full path
> to your workgroup file.mdw"
>
> including the quotation marks.
>
> You should also consider splitting the database and giving each user their
> own front end file.
>
> HTH - Keith.
> www.keithwilby.com
>
>
>
Author
17 Aug 2006 3:19 PM
Keith Wilby
"Annemarie" <Annema***@discussions.microsoft.com> wrote in message
news:15CFBB17-7DA1-4EB3-AF27-B2BAFBB4DF0E@microsoft.com...
> Would this allow people not listed in the file to access the database as
> read
> only? If not, how would I do that?

You'd need to create an account with read-only permissions (eg "guest").

> Also, what do you mean by splitting the
> database and giving users a front end file? I don't quite understand.
> Thanks

Search the help for "split database".  Sorry for the hurried reply, just
going home now.

Keith.