Pretty good. Looks like you put some work into this one. But without knowing the requirements I can only offer up some questions based on a quick look. The questions may or may not be relevant...
Are you sure you need two employee tables? Do you have enough data fields in the employee table? Is it possible someone might ask how many different employees have worked on an incident over its life? That is, I am assuming an incident might be assigned to one employee initially but later re-assigned to another employee. Do you need to track the date an incident was closed and then perhaps in the future create a report to show the average length of time incidents are open? The three description fields in the status table look like repeating groups -- if so you may need another table to represent the one-to-many relationship...
Regards,
Tim
Thanks for taking the time to respond. I'll answer your questions and then maybe you'll have more input?
1. You mentioned repeating groups in the status table. Did you mean the parts table? I do have a repeating group in that table; unfortunately our accounting software stores the part desctriptions in three separate fields, so when I exported the parts list that is how it came out. Rather than worrying about it, I just left it. Should I reconsider this?
2. The second employee table is an alias table (tblEmployees_1); does this count as a second table, and should it be removed?
3. The employee table currently has very few fields. The main purpose of the employee table is to show which employee either opened or closed the incident, so i'm not too worried about populating more fields with employee information...but that could change in the future.
4. Currently we're not too concerned with reassigning an incident to different employees, so an extra table to facilitate the many to many relationship doesnt seem to be a requirement (at least not right now)
5. I do want to track the date an incident was closed and then create a report to show the average length of time incidents are open. I do have a DateClosed field, but its not shown on the PDF I posted.
Thanks again for your input! It's much appreciated.
