Hello,
I've read through posts regarding what seem like similar situations, but I am afraid I just can't wrap my brain around the examples.
I need to track errors for employees. I need to make the database as easy as possible for the managers to use, otherwise they won't use it.
The first field would be the manager selecting their own initials from a simple value list.
The 2nd & 3rd fields would allow them to select the initials of the offender, OR, the offenders name. If they picked JMS in field 2, then John M. Smith would get automatically filled out in field 3, and if they picked John M. Smith from field 3, JMS would be filled out in field 2. I assume I would have to have a separate table that contains the offender's initials and name.
The 4th field would be the category of the error (packing or typing). There will be different kinds of errors for the two different categories, so the 5th field would only show values related to that kind of error. for example, if they picked "packing", this field would only let them select 1,2, or 3, but if they picked "typing", they would select from A, B, or C. It would be fancy if they could skip field 4 and select from 1, 2, 3, A, B, C, in the 5th field and then field 4 would be automatically filled out, but that is definitely not necessary.
The final fields would just contain the auto-calculated time and date of the logging.
I would need to be able to create charts and reports later on, based on these results, but I'll tackle that later!
Sorry for the basic questions. Thanks.