K
Kurt
I think my question is how to create a SEARCH form that
will display results of 2 or more search criteria.
Example:
I have a form with 2 list boxes and a subform. The first
list box is based on a query showing unique OWNER names.
The second list box is based on another query showing
unique CAR types.
I would like the user of the form to select an owner name
from listbox #1 AND then choose a car name from
listbox#2, click on a button andthe subform will populate
all entries where the owner and car match the users
selections. I assume I must use VBA for this?
Any help would be appreciated.
will display results of 2 or more search criteria.
Example:
I have a form with 2 list boxes and a subform. The first
list box is based on a query showing unique OWNER names.
The second list box is based on another query showing
unique CAR types.
I would like the user of the form to select an owner name
from listbox #1 AND then choose a car name from
listbox#2, click on a button andthe subform will populate
all entries where the owner and car match the users
selections. I assume I must use VBA for this?
Any help would be appreciated.