G
Golfinray
I have a report that is fine and set up the way I want it. Now I need to
create a form to filter or select records in my report. I am struggling to
write that code. What I would like to do is have a list (is it better to use
a listbox or combo?) on my report that users can scroll down and select their
school district. Then click on the chosen district and the report opens and
goes to that district. There are about 250 districts to choose from. The
districts are in a separate query with just districts listed. So, it would be
like having a search function on a report. The primary key on all of the
tables used by the report is district. The form name is Project Report.
create a form to filter or select records in my report. I am struggling to
write that code. What I would like to do is have a list (is it better to use
a listbox or combo?) on my report that users can scroll down and select their
school district. Then click on the chosen district and the report opens and
goes to that district. There are about 250 districts to choose from. The
districts are in a separate query with just districts listed. So, it would be
like having a search function on a report. The primary key on all of the
tables used by the report is district. The form name is Project Report.