ok, let me start off by giving a little decription of my database. Im trying someting a little different then the switchboard approach.
I have one form with with various buttons at the top to act as a switchboard. Each one making a subform visible and the others not visible.
I have hidden the database window and the access window to make the DB appear like a stand alone application which is all controlled from the main form.
I have been asked to secure the database which I am a beginner at)depending on user accounts(logon window). With the admins having complete control of the db.
now to the questions...
1) If I use a logon form that stores the user name,group as a public variable, is there a way to unlock certain fields and give the admins the power to update the fields? easily?
can access security control field level??
keep in mind that I have 6 or 7 subforms that the admins would want unrestricted access to.
I know i could create more suforms with unrestricted access and control them from being accessed from the controls at the top, but this might tend to make the database very large and take longer to open.
I could also make seperate front ends,one for users and one for admins, doubling any updating I need to acomplish.
2) by setting up the front end this way am I going to run into any situation with record locking, visible-not visible. compared to open-closed. This database is looking like it will have around 10 users.
any help would be much appreciated.
Thanks
Ryan
I have one form with with various buttons at the top to act as a switchboard. Each one making a subform visible and the others not visible.
I have hidden the database window and the access window to make the DB appear like a stand alone application which is all controlled from the main form.
I have been asked to secure the database which I am a beginner at)depending on user accounts(logon window). With the admins having complete control of the db.
now to the questions...
1) If I use a logon form that stores the user name,group as a public variable, is there a way to unlock certain fields and give the admins the power to update the fields? easily?
can access security control field level??
keep in mind that I have 6 or 7 subforms that the admins would want unrestricted access to.
I know i could create more suforms with unrestricted access and control them from being accessed from the controls at the top, but this might tend to make the database very large and take longer to open.
I could also make seperate front ends,one for users and one for admins, doubling any updating I need to acomplish.
2) by setting up the front end this way am I going to run into any situation with record locking, visible-not visible. compared to open-closed. This database is looking like it will have around 10 users.
any help would be much appreciated.
Thanks
Ryan