G'day from Australia.
I have a report that will show all the students from a certain school (obtained via a query). There is a combo box, and the user simply selects the name of school from that combo box and all students from that school are obtained via a query to be shown in the report. However, the user needs to be able to pick out a specific few records only from each school to be shown in the report.
Does anybody have any ideas on what would be the best way of doing this?
I have considered the following: when the user selects a school from the combo box, a list of the students of that school is shown on a form and the user then selects the students required in the report via a checkbox...then the user clicks a button to view the students with the checkbox ticked....(obtained via another query I guess). Would this be a good way of doing it?
Thanks in advance,
Peter
I have a report that will show all the students from a certain school (obtained via a query). There is a combo box, and the user simply selects the name of school from that combo box and all students from that school are obtained via a query to be shown in the report. However, the user needs to be able to pick out a specific few records only from each school to be shown in the report.
Does anybody have any ideas on what would be the best way of doing this?
I have considered the following: when the user selects a school from the combo box, a list of the students of that school is shown on a form and the user then selects the students required in the report via a checkbox...then the user clicks a button to view the students with the checkbox ticked....(obtained via another query I guess). Would this be a good way of doing it?
Thanks in advance,
Peter