Hi,
I'm attempting to create a database that holds a simple typing test and I'm having some trouble setting it up.
I've created a table that holds 5 test samples. The thought is when someone takes the test they will be given a printout of one of the five samples. They will enter the test sample # in the test form and then complete the test by typing what's on their printout.
I need to figure out a way to compare what's typed in a field with what should be typed in that field based on the test sample...I need to come up with a count of all fields typed incorrectly.
Any help getting started with this would be GREATLY appreciated!!
Thanks!
I'm attempting to create a database that holds a simple typing test and I'm having some trouble setting it up.
I've created a table that holds 5 test samples. The thought is when someone takes the test they will be given a printout of one of the five samples. They will enter the test sample # in the test form and then complete the test by typing what's on their printout.
I need to figure out a way to compare what's typed in a field with what should be typed in that field based on the test sample...I need to come up with a count of all fields typed incorrectly.
Any help getting started with this would be GREATLY appreciated!!
Thanks!
Comment