Hi Folks,
I'm trying to help a football club physiotherapist with a database to record the training sessions each individual player attends. It needs to show each players total amount of training sessions in a selcted date range.
I made a simple table with the session date and details and a field for each player in the squad ie fieldname = playername with a yes/no checkbox for each player (I think this was a mistake)
Coming to the query, I can use a parameter query to specify the date range, but how do I select the individual player field? I could do a query for each player, but thats seems a bit long-winded and unnessecary. Can a 2nd parameter select the players field to be diplayed?
Do I have to go back to the drawing board and design the table differently?
Thanks
Christine.
I'm trying to help a football club physiotherapist with a database to record the training sessions each individual player attends. It needs to show each players total amount of training sessions in a selcted date range.
I made a simple table with the session date and details and a field for each player in the squad ie fieldname = playername with a yes/no checkbox for each player (I think this was a mistake)
Coming to the query, I can use a parameter query to specify the date range, but how do I select the individual player field? I could do a query for each player, but thats seems a bit long-winded and unnessecary. Can a 2nd parameter select the players field to be diplayed?
Do I have to go back to the drawing board and design the table differently?
Thanks
Christine.