A
Andrew Gould
I have a main form that has a report screen. On that report screen I have
one combo box and one list box. The list box contains the list of all of
the reports in the system. These reports are in certain groups designated
by the client. The combo box has the names of these groups and when you
select a group the list box requerys to show only those reports in that
group. That all works fine, I'm just stuck on how to display "ALL" of the
reports in the list box initially when the form opens since my query in the
Row Source has the parameter of the combo box (when the form opens the
GroupID in the combo box is nothing b/c a group has not been selected).
Also, I would really like to add "ALL" in the actual list so the client can
view all of the reports at the same time.
Thanks people.
one combo box and one list box. The list box contains the list of all of
the reports in the system. These reports are in certain groups designated
by the client. The combo box has the names of these groups and when you
select a group the list box requerys to show only those reports in that
group. That all works fine, I'm just stuck on how to display "ALL" of the
reports in the list box initially when the form opens since my query in the
Row Source has the parameter of the combo box (when the form opens the
GroupID in the combo box is nothing b/c a group has not been selected).
Also, I would really like to add "ALL" in the actual list so the client can
view all of the reports at the same time.
Thanks people.