Hi all
I am organising a race event. Entrants will select which event to enter and submit times from a previous race. So I am trying to produce a query based on a table of members that will return only the names of entrants, the race(s) they are entering and their previous time(s).
I have 2 tables - 1 consisting of - Name, tick boxes for 25m, 100m, 200m, and the second table for previous times.
I want to eventually sort the times into order for each race so that they can be split into heats based on previous times.
So, the query I have set up is successful in returning those who wish to enter. (I have set the criteria to 'Yes' in 'Participating' column). However, I am failing in setting further criteria so that it returns the names and times against each race. It either returns everyone or none.
I hope I have explained it properly. I would appreciate any help at all.
Many thanks

I am organising a race event. Entrants will select which event to enter and submit times from a previous race. So I am trying to produce a query based on a table of members that will return only the names of entrants, the race(s) they are entering and their previous time(s).
I have 2 tables - 1 consisting of - Name, tick boxes for 25m, 100m, 200m, and the second table for previous times.
I want to eventually sort the times into order for each race so that they can be split into heats based on previous times.
So, the query I have set up is successful in returning those who wish to enter. (I have set the criteria to 'Yes' in 'Participating' column). However, I am failing in setting further criteria so that it returns the names and times against each race. It either returns everyone or none.
I hope I have explained it properly. I would appreciate any help at all.
Many thanks