Hi BigTuna,
You're mixing two very different security related things -
- Physical file security/privileges for users (i.e. network, OS related)
- Application security/privileges for users (i.e. Access application
related)
The two are separate and are not alternatives. You need to consider both.
All network users requiring the use of Access application must have full
rights to the network folder in which the mdb file resides. ( for
simplicity, let's call this Server security) This is the security that
determines who can start, execute, and use the application.
Application related security within the Access application itself is
optional based on your business requirements. (for simplicity, let's call
this Access security) This is the security that determines who can do what
functions within the Access application itself (i.e. who can read, update,
delete records, etc)
To answer your question:
Would it be better to
control the security permissions on the server or within access?
Well.., again Server and Access securities are totally separate and are not
alternatives of one another. The decision is not to pick which one to use.
Each does its own things for its own purposes. Server security needs to be
considered in all cases; you must give all Access application users full
rights to the folder where the mdb file resides. Access security is
optional. You may or may not need it based on the nature of the application.
HTH,
Immanuel Sibero