F
Frank
I have posted the following question a while ago
How can one calculate the best, second best, third best ect, places in a
query using the swimmer time and then attach a value to the place to
determine the points of each swimmer during the meeting [Ex fastest time =
place 1 - place 1 +11 =12 points, second fastest time = place 2 - place 2 +
8 = 12 points, ext, applicable to all the times from fastest to slowest of a
item
I have received different answers but still have a problem because the
statements will not work. I have also search the Internet and tried a lot of
statements but each one gave met the following:
YOU HAVE WRITTEN A SUBQUERY THAT CAN RETURN MORE THAN ONE FIELD WITHOUT
USING THE EXISTS WORD IN THE MAIN QUERY'S FORM CLAUSE. REVISE THE REQUEST OF
THE SUBQYERY TO REQUEST ONLY ONE FIELD
After this I have redesign my tables but still the same answer;
The tables I am using are the following:
Table: Item Fields. Itemnumber, Swimstroke, Fastest time [and some other
fields relating to the item]
Table: Swimmer Fields; Swimmername, Swimmersurname, Swimmeritem [which is
linked to Table Item Field Itemnumber] and Swimmertime [and also some other
fields relating to the swimmer]
I want to do the following during the swim meeting::
1. Calculate the rank of the swimmers per item, fastest time first slowest
time last
2. Give each swimmer points per item referring to their rank in the specific
item [as in the first mentioned paragraph]
3. Write down the fastest time of the item next to each swimmer’s name.
I realised that this is asking a lot, but as I have stated earlier I am ‘n
“expert†novice of Access and is in a steep learning curve to master this
Thanks again for helping me
Frank
How can one calculate the best, second best, third best ect, places in a
query using the swimmer time and then attach a value to the place to
determine the points of each swimmer during the meeting [Ex fastest time =
place 1 - place 1 +11 =12 points, second fastest time = place 2 - place 2 +
8 = 12 points, ext, applicable to all the times from fastest to slowest of a
item
I have received different answers but still have a problem because the
statements will not work. I have also search the Internet and tried a lot of
statements but each one gave met the following:
YOU HAVE WRITTEN A SUBQUERY THAT CAN RETURN MORE THAN ONE FIELD WITHOUT
USING THE EXISTS WORD IN THE MAIN QUERY'S FORM CLAUSE. REVISE THE REQUEST OF
THE SUBQYERY TO REQUEST ONLY ONE FIELD
After this I have redesign my tables but still the same answer;
The tables I am using are the following:
Table: Item Fields. Itemnumber, Swimstroke, Fastest time [and some other
fields relating to the item]
Table: Swimmer Fields; Swimmername, Swimmersurname, Swimmeritem [which is
linked to Table Item Field Itemnumber] and Swimmertime [and also some other
fields relating to the swimmer]
I want to do the following during the swim meeting::
1. Calculate the rank of the swimmers per item, fastest time first slowest
time last
2. Give each swimmer points per item referring to their rank in the specific
item [as in the first mentioned paragraph]
3. Write down the fastest time of the item next to each swimmer’s name.
I realised that this is asking a lot, but as I have stated earlier I am ‘n
“expert†novice of Access and is in a steep learning curve to master this
Thanks again for helping me
Frank