Hi.
> However, when i created the .adp file, i realise that
> there the workgroup administrator function is not
> available.
When one converts an MDB database file to an ADP database file, one gives up
some of the functionality. Remember that built-in user-level security?
That's maintained by the Jet engine. You've thrown Jet away by converting
the database to use the MSDE, so the security available within Access is
gone.
> What are the built in sercuity features for an
> Access Project?
The MSDE is a scaled-down version of SQL Server, but it still has SQL
Server's security features, like users and roles with security permissions
on database objects. You'll want to read SQL Server's Books On Line (BOL)
to find out how to use this properly. The "Inside SQL Server" books are
excellent reference books, too.
> Is there any way i can set different
> permission levels?
Yes. Read the BOL. One can download it from this Web page:
http://www.microsoft.com/downloads/d...DisplayLang=en
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
"Nexus" <(E-Mail Removed)> wrote in message
news:047901c49a05$97fe5cc0$(E-Mail Removed)...
> hi, currently i have a .mdb file running with a workgroup
> and different levels of users with different permission
> level.
>
> I was thinking of using Access Project (.adp) instead as
> i read that it is better in a client/server application.
> However, when i created the .adp file, i realise that
> there the workgroup administrator function is not
> available. What are the built in sercuity features for an
> Access Project? Is there any way i can set different
> permission levels?