
August 5th, 2005, 03:45 AM
|
 |
Learner
|
|
Join Date: Nov 2004
Location: India
|
|
|
query
hi friends,
I have ten fields in table. 5 are questions fields and 5 are of answers. each record is for a single question
I want to know the following things
all correct entries
entries with one wrong answers
entries with two wrong answers
entries with more than two wrong answers
All correct entries i have done. i jst compared all the question fields with corresponding answer fields and if all are equal then
that is a correct entry.
But i dnt know how to find the remaining ones
plz help
its urgent
|