PC Review


Reply
Thread Tools Rate Thread

Setting Privileges

 
 
Vicky
Guest
Posts: n/a
 
      31st Mar 2008
I have a database that I share with 6-7 others. I read somewhere that if I
want to apply security to the database, I have to split it into Front End and
Back End db's and then apply the privileges. Is it possible to set
privileges without splitting. Is splitting a good idea for a small group
like this. The list of users could potentially get larger.

I am thinking that the 2 features, splitting and privileges are mutually
exclusive and I can do one without the other. Right?

The book I read made it seem I had to do both.

Much Thanks!
 
Reply With Quote
 
 
 
 
Vicky
Guest
Posts: n/a
 
      31st Mar 2008
I should add, we are on 2002. Thanks!

"Vicky" wrote:

> I have a database that I share with 6-7 others. I read somewhere that if I
> want to apply security to the database, I have to split it into Front End and
> Back End db's and then apply the privileges. Is it possible to set
> privileges without splitting. Is splitting a good idea for a small group
> like this. The list of users could potentially get larger.
>
> I am thinking that the 2 features, splitting and privileges are mutually
> exclusive and I can do one without the other. Right?
>
> The book I read made it seem I had to do both.
>
> Much Thanks!

 
Reply With Quote
 
Joan Wild
Guest
Posts: n/a
 
      31st Mar 2008
You can do one without the other, yes. However it is strongly recommended that you split the database, especially for multiusers.

I'd recommend that you secure it as a single mdb, and then split it - don't use the splitter wizard on a secure mdb, as that will result in an unsecure backend. Split it manually; see www.jmwild.com/SplitSecure.htm


--
Joan Wild
Microsoft Access MVP
"Vicky" <(E-Mail Removed)> wrote in message news:58F70506-81B0-45B0-A444-(E-Mail Removed)...
>I should add, we are on 2002. Thanks!
>
> "Vicky" wrote:
>
>> I have a database that I share with 6-7 others. I read somewhere that if I
>> want to apply security to the database, I have to split it into Front End and
>> Back End db's and then apply the privileges. Is it possible to set
>> privileges without splitting. Is splitting a good idea for a small group
>> like this. The list of users could potentially get larger.
>>
>> I am thinking that the 2 features, splitting and privileges are mutually
>> exclusive and I can do one without the other. Right?
>>
>> The book I read made it seem I had to do both.
>>
>> Much Thanks!

 
Reply With Quote
 
Vicky
Guest
Posts: n/a
 
      1st Apr 2008
Is it not recommended to split it first? Then apply security? How difficult
is this? What are the potential problems I might face? Someone asked me to
do this for them. I guess I just need a backup copy before I begin, right?



"Joan Wild" wrote:

> You can do one without the other, yes. However it is strongly recommended that you split the database, especially for multiusers.
>
> I'd recommend that you secure it as a single mdb, and then split it - don't use the splitter wizard on a secure mdb, as that will result in an unsecure backend. Split it manually; see www.jmwild.com/SplitSecure.htm
>
>
> --
> Joan Wild
> Microsoft Access MVP
> "Vicky" <(E-Mail Removed)> wrote in message news:58F70506-81B0-45B0-A444-(E-Mail Removed)...
> >I should add, we are on 2002. Thanks!
> >
> > "Vicky" wrote:
> >
> >> I have a database that I share with 6-7 others. I read somewhere that if I
> >> want to apply security to the database, I have to split it into Front End and
> >> Back End db's and then apply the privileges. Is it possible to set
> >> privileges without splitting. Is splitting a good idea for a small group
> >> like this. The list of users could potentially get larger.
> >>
> >> I am thinking that the 2 features, splitting and privileges are mutually
> >> exclusive and I can do one without the other. Right?
> >>
> >> The book I read made it seem I had to do both.
> >>
> >> Much Thanks!

>

 
Reply With Quote
 
Vicky
Guest
Posts: n/a
 
      1st Apr 2008
Also, how long do you think it will take me (a novice) ?

"Joan Wild" wrote:

> You can do one without the other, yes. However it is strongly recommended that you split the database, especially for multiusers.
>
> I'd recommend that you secure it as a single mdb, and then split it - don't use the splitter wizard on a secure mdb, as that will result in an unsecure backend. Split it manually; see www.jmwild.com/SplitSecure.htm
>
>
> --
> Joan Wild
> Microsoft Access MVP
> "Vicky" <(E-Mail Removed)> wrote in message news:58F70506-81B0-45B0-A444-(E-Mail Removed)...
> >I should add, we are on 2002. Thanks!
> >
> > "Vicky" wrote:
> >
> >> I have a database that I share with 6-7 others. I read somewhere that if I
> >> want to apply security to the database, I have to split it into Front End and
> >> Back End db's and then apply the privileges. Is it possible to set
> >> privileges without splitting. Is splitting a good idea for a small group
> >> like this. The list of users could potentially get larger.
> >>
> >> I am thinking that the 2 features, splitting and privileges are mutually
> >> exclusive and I can do one without the other. Right?
> >>
> >> The book I read made it seem I had to do both.
> >>
> >> Much Thanks!

>

 
Reply With Quote
 
Keith Wilby
Guest
Posts: n/a
 
      1st Apr 2008
"Vicky" <(E-Mail Removed)> wrote in message
news00EFE7D-B513-40DE-9B48-(E-Mail Removed)...
> Is it not recommended to split it first? Then apply security?


It doesn't matter, it's no big deal to split a secured app.

> How difficult
> is this? What are the potential problems I might face?


If you're new to security then it's not easy. You can easily lock yourself
out, so ...

> Someone asked me to
> do this for them. I guess I just need a backup copy before I begin,
> right?
>


.... make regular backups. If you're going to apply security then make sure
you read the FAQ (link on my web site). There's no filler in that document
so make sure that you follow all of the steps in the order stated.

Keith.
www.keithwilby.com

 
Reply With Quote
 
Vicky
Guest
Posts: n/a
 
      1st Apr 2008
Keith,
THank you. Checked your website and the FAQ link takes me to a dead site.
Perhaps there is another new link somewhere that you could point me to?

Thank you!
VIcky

"Keith Wilby" wrote:

> "Vicky" <(E-Mail Removed)> wrote in message
> news00EFE7D-B513-40DE-9B48-(E-Mail Removed)...
> > Is it not recommended to split it first? Then apply security?

>
> It doesn't matter, it's no big deal to split a secured app.
>
> > How difficult
> > is this? What are the potential problems I might face?

>
> If you're new to security then it's not easy. You can easily lock yourself
> out, so ...
>
> > Someone asked me to
> > do this for them. I guess I just need a backup copy before I begin,
> > right?
> >

>
> .... make regular backups. If you're going to apply security then make sure
> you read the FAQ (link on my web site). There's no filler in that document
> so make sure that you follow all of the steps in the order stated.
>
> Keith.
> www.keithwilby.com
>
>

 
Reply With Quote
 
Keith Wilby
Guest
Posts: n/a
 
      1st Apr 2008
"Vicky" <(E-Mail Removed)> wrote in message
news:A1216243-43C8-4A4E-825F-(E-Mail Removed)...
> Keith,
> THank you. Checked your website and the FAQ link takes me to a dead site.


Really? I must check that.

> Perhaps there is another new link somewhere that you could point me to?
>


Try this:

http://support.microsoft.com/kb/207793

and this:

http://support.microsoft.com/default...t%2Fsecfaq.asp

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting Privileges in Access NikkiNyc General Software 0 28th Sep 2011 12:14 PM
setting user privileges in Windows XP Home edition WhatAboutBob Windows XP General 2 25th Aug 2009 10:50 PM
Setting Up Administrative Privileges on My PC =?Utf-8?B?Sm9obg==?= Windows XP Security 3 6th May 2006 11:48 PM
Setting privileges Mike Saunders Windows XP Networking 2 21st Feb 2004 12:07 AM
Setting Program Privileges Nathan Microsoft Windows 2000 Security 1 6th Dec 2003 01:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:00 AM.