S
Somecallmejosh
I have a table set up for a Karate class that keeps track
of rank and the date the new rank was earned.
Additionally, there is a table that contains the names of
the various ranks, which are pulled in to the rank test
table.
I am trying to do a count on the number of students who
fall into each rank category. However, in the rank test
table, a history of each new rank advancement per student
is maintained.
For example...
________________ Form from Main Student Info Table
[StudentID]: 312
[LastName]
oe
[FirstName]:John
________________ Subform from Rank Test Table
[TestID] [TestDate] [Rank] [Pass/Fail]
1 09/15/03 White Pass
2 09/15/04 Yellow Pass
How can I ID this student as being a Yellow belt, as
opposed to being both a Yellow and a White Belt? I tried
to set up a query for the max date, as it applies to the
rank test. I set this up as a parameter query, but when
I select/type White, this student still shows up, even
though he is NOW a Yellow belt.
Thanks in advance.
of rank and the date the new rank was earned.
Additionally, there is a table that contains the names of
the various ranks, which are pulled in to the rank test
table.
I am trying to do a count on the number of students who
fall into each rank category. However, in the rank test
table, a history of each new rank advancement per student
is maintained.
For example...
________________ Form from Main Student Info Table
[StudentID]: 312
[LastName]

[FirstName]:John
________________ Subform from Rank Test Table
[TestID] [TestDate] [Rank] [Pass/Fail]
1 09/15/03 White Pass
2 09/15/04 Yellow Pass
How can I ID this student as being a Yellow belt, as
opposed to being both a Yellow and a White Belt? I tried
to set up a query for the max date, as it applies to the
rank test. I set this up as a parameter query, but when
I select/type White, this student still shows up, even
though he is NOW a Yellow belt.
Thanks in advance.