Hi,
I have a table containing names and dates of birth.
Now I want to create a report that gets as input a sports season selected by the user (which defines deadlines for age groups).
Based on the entered season, the output list should look like:
In 2010/11 members are in following categories
===================================
U18 (01.01.1993 to 31.12.1995)
-------------------------------
Sabrina 12.02.1993
Tom 15.02.1994
U15 (01.01.1996 to 31.12.1997)
-------------------------------
Sam 02.03.1996
U13 (01.01.1998 to 31.12.1999)
-------------------------------
and so on...
What is the best way to do this?
One report with a sub report for each category and each subreport running a query? Or is there something more simple?
Can a report pass a parameter to a query (i.e. for searching the people of various age groups)?
Thanks for your help!