Hi there
I am trying to set up a simple database that will be used by six or seven staff members simultaneously. I am using Access 2007 on a network drive (windows XP).
The purpose of the database is to have one user (administrator) be in charge of assigning set tasks through a form to (clerical staff). The clerical staff will then go in to their own form to complete the task by updating certain fields such as date completed and any follow up etc. Both forms should link to a Table where the details are stored.
So far my database includes the following:
Table for products
Table for actions (i.e. what does the clerical person need to do)
Table for clerks names, ID, etc.
Table for tasks (this is the main table that includes fields from the other tables, product, actions, and clerk name, assigned date, close date, etc.)
I have set up two forms, both are set up with the form wizard and link to the Table for tasks the form includes a unique number (auto populated), a member id (text), a product (combo box linked to table), an action (combo box linked to table), a clerk (combo box linked to table), an open date (todays date), a close date, and a notes field.
The point of this exercise is to develop a tool to track the status and location of open tasks, we process a lot of paperwork and need to know where documents are and what the status is. This system used to be in Excel but it just got too big to keep in excel, we generally accumulate 40,000 rows (tasks) per year.
The general requirement are:
1. The clerical staff cannot change any of the detail of tasks assigned to them, other than the close date and comments.
2. The administrator cannot close the tasks, or edit the comments.
3. Both administrators and clerical staff can access the forms at the same time, and updated at the same time.
My questions are:
1. Is there anything wrong with my logic in he way I set his up? I.e. is there a better way to do this?
2. How the heck do I set up a form or table that allows multiple users to edit certain fields, but not other fields, i.e. Administrators have access to everything except the close date field, and comments field, and clerks have access to only close date and comments?
What I have tried so far hasn't worked for example in the Administrator form on fields I want the administrator to be able to edit I set the "Locked" to no, and "Enabled" to yes, on the Clerical version of the form I did the opposite, by setting those fields to Locked yes, and Enabled no. What happens is no one can enter anything now, there must be a better way to do this, can anyone help?
Thanks
A