D
Drew
I have a two list boxes on my switchboard. One of the list boxes contains
company names (list box A). The second contains products purchased which are
linked to a table which identifies the product purchased by company (list box
B). Currently when I click on list box A only the relevant products (to the
company chosen) show up in list box B (this is what I want to happen),
however, I also have an "All" option in the list box A which I would like to
have override the filter to show all of the products without respect to
company in list box B. Is this a VB issue or a query issue?
The way that it is setup now is that when the company is selected in list
box A I have VB code setup to requery the query that supplies the info in
list box B which is filtered on the selection in list box A. I assume that
there is VB code that I can use to just override the filter.
company names (list box A). The second contains products purchased which are
linked to a table which identifies the product purchased by company (list box
B). Currently when I click on list box A only the relevant products (to the
company chosen) show up in list box B (this is what I want to happen),
however, I also have an "All" option in the list box A which I would like to
have override the filter to show all of the products without respect to
company in list box B. Is this a VB issue or a query issue?
The way that it is setup now is that when the company is selected in list
box A I have VB code setup to requery the query that supplies the info in
list box B which is filtered on the selection in list box A. I assume that
there is VB code that I can use to just override the filter.