Re: Creating Login
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 02:56:53 GMT
"Christy" <u18093@uwe> wrote in message news:5ae94b38c82d5@xxxxxx
> Hi,
>
> I am new to AccessVba and was being assigned to complete some security
> features for a few database within limited time.
>
> I will need to create secured login for up to 20 users namely in 4 different
> groups:
>
> User - only read access
> maker - edit, read and delete records only but not able to change any design
> or macro or module
> checker - only able to authorize what the maker have made also no access to
> any design or macro or module
> admin - to have all rights
>
> btw, my users are allowed to have 2 different group at the same time. Thus, I
> am unable to use the build in security features for access 2003.
> My users are able to have maker and checker role at the same time. But some
> may only have one role only.
> The same checker cannot authorize his/her own record as well.
> Those whom are under different user group will see different screens, so for
> people with two groups will be able to choose what kind of group they would
> like to access in upon login in, something like a switchboard. - so the
> usergroup need to be determined upon logging in.
>
> thus, my table will have these fields:
> username (textbox)
> userid (textbox) - unique
> password (textbox)
> maker (yes/no)
> checker(yes/no)
> admin(yes/no)
> user(yes/no)
Access has built in user level security. While it has a steep learning curve
and can be hacked, it is WAY better then anything "home-grown" you will cook up.
Anyone familiar with Access at all will get past your own system with no trouble
at all.
A home-grown system can be useful if all you want to do is nudge cooperative
people in the right direction. It will not provide much of an actual barrier to
people who want to get past it.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: Creating Login
- From: Christy
- Re: Creating Login
- References:
- Creating Login
- From: Christy
- Creating Login
- Prev by Date: Creating Login
- Next by Date: Re: Creating Login
- Previous by thread: Creating Login
- Next by thread: Re: Creating Login
- Index(es):
Relevant Pages
|