Carmen
Registered User.
- Local time
- Today, 22:34
- Joined
- Nov 30, 2001
- Messages
- 58
Hi All,
I have a table called PassedExams that have fields for SSN, ExamID, Oral, Reading, Written, ExamDate. There are only two exams but each one has the 3 parts to it (oral, reading, writing). They are pass/fail. If a person fails one (or more) parts, they can retake those parts at a later date. Therefore each SSN can have a multiple entry for each ExamID. So I might have something that looks like this:
SSN ExamID Oral Read Written ExamDate
SSN# 1 P F P 01/01/02
SSN# 1 N/A P N/A 02/01/02
Here is my problem..on a separate form (Qualifications)I have a check box and a date field for each of the 2 exams to show if a person has passes all 3 parts and when. So what I want is an update query that will check the box and put in the exam date whenever a person finally passes all three parts. I'm not sure how to structure it so that it looks for "P"'s in different records and then gets the Max Date. Or is this even possible? Thanks for your help!
[This message has been edited by Carmen (edited 02-13-2002).]
I have a table called PassedExams that have fields for SSN, ExamID, Oral, Reading, Written, ExamDate. There are only two exams but each one has the 3 parts to it (oral, reading, writing). They are pass/fail. If a person fails one (or more) parts, they can retake those parts at a later date. Therefore each SSN can have a multiple entry for each ExamID. So I might have something that looks like this:
SSN ExamID Oral Read Written ExamDate
SSN# 1 P F P 01/01/02
SSN# 1 N/A P N/A 02/01/02
Here is my problem..on a separate form (Qualifications)I have a check box and a date field for each of the 2 exams to show if a person has passes all 3 parts and when. So what I want is an update query that will check the box and put in the exam date whenever a person finally passes all three parts. I'm not sure how to structure it so that it looks for "P"'s in different records and then gets the Max Date. Or is this even possible? Thanks for your help!
[This message has been edited by Carmen (edited 02-13-2002).]