PDA

View Full Version : Query Help


idire
12-11-2008, 04:42 PM
solved elsewhere thanks

Fumigator
12-11-2008, 04:59 PM
You need to normalize your database sir! You should not have separate columns A1, A2, A3, etc... You should have a separate table that stores the answers.

And I'm sure you don't want to hard-code the answer key... you'll need another table that stores the answer key that you can use to compare the pupil's answers.

If I Were A Boy
12-12-2008, 09:18 AM
The Tables in your database should be normalized at least for 3N to get effective and optimal results.

guelphdad
12-13-2008, 02:11 AM
Please do not post to a public forum and then remove your post. Leave the post as is and post the solution.