Re: Partial read-only access
From: Nick Coe \(UK\) (classicnickNOSPAMAT_at_MASPON.yahooDOTcom)
Date: 06/11/04
- Next message: Tony_VBACoder: "Re: Unable to Copy Objects from Secure DB as Admin"
- Previous message: Tony_VBACoder: "Identifying logged on users"
- In reply to: Pow: "Partial read-only access"
- Next in thread: Pow: "Re: Partial read-only access"
- Reply: Pow: "Re: Partial read-only access"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 15:18:02 +0100
Generally the most straight forward way of doing this is, if
you have not already done so, to split your application into
Front End (Forms, queries, code, reports) and Back End
(tables).
Make two versions of the FE one where you set the forms to
prohibit alteration or addition of data through the form
properties and the other being normal 'full'
editing/addition and so on.
Then link the BE tables to each FE, you should seriously
consider code in the FE to look after linking if you don't
already have same.
Check out the sites listed here;
http://www.alphacos.co.uk/html/msaccess_tips.htm
-- Nick Coe (UK) www.alphacos.co.uk --- "Pow" <idont@wantspam.com> wrote in message news:OiDmP06TEHA.3660@tk2msftngp13.phx.gbl... > Hello > > At work, we use a Windows 2000 server, with about 45 staff networked > together. > > One of the departments use an Access database that I designed. The > situation now is we want the rest of the company to use the same database. > However, we want to restrict the majority to read-only access, to prevent > any record deletion, changing of details etc. Only a limited few should > have full access. > > Does anyone have any suggestions, or point me to websites that can, as to > how I can achieve this? > > Most grateful for your help. > > > > > > > >
- Next message: Tony_VBACoder: "Re: Unable to Copy Objects from Secure DB as Admin"
- Previous message: Tony_VBACoder: "Identifying logged on users"
- In reply to: Pow: "Partial read-only access"
- Next in thread: Pow: "Re: Partial read-only access"
- Reply: Pow: "Re: Partial read-only access"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|