Hi everyone,
I would really appreciate some help on my first database. I'm trying to learn as I go, but it's getting a little complicated with no background.
I am tasked with making a very simple database to replace the spreadsheet we normally use to complete this task.
We need to count the errors each Employee makes during data entry.
The information that needs to be recorded is as such.
1) Employee who did the entry
2) Employee who proofed
3) Date
4) BatchID (Unique string that labels the stack of documents to enter data from)
5) Type of Documents entered
6) # of Documents entered
So, where I need to go with this is as such:
I'm pretty sure I need one table that I list all employees names on. The end user should be able to select both the employee who did the data entry, and the employee who did the proofreading from that list.
I made a table called "Employees." I'm not sure if this table should have a primary key as an autonumber set, or just use the names as the primary key.
I don't really know where to go from here. I try to make queries that make it so the employees names from the employee table shows up in the second table I made with fields for all the other information.
Any information to get me started would be really appreciated.
Thanks so much.