M
Mystified
Hi,
I currently have a table that designates tasks, and the people responsible
for each task. Certain tasks have multiple people responsible:
Ex:
Reconciling: Jane Haller, Mary Smith, Kate Pierce
Expense Report: Jane Haller
Filing: Mary Smith, Joan Newell
I've created a form with a combo box that lists the names of each individual
in our department. I would like to be able to choose a name and launch a
query that shows each task that individual is responsible for. I've designed
the query with the criteria: [Forms]![frmTasks]![Combo17]
If I were to select "Jane Haller" from the Combobox, it would only give me
the 2nd row. Is there some kind of wildcard I can insert in the criteria that
will pull the 1st and 2nd row?
Any help would be appreciated. Thanks!
I currently have a table that designates tasks, and the people responsible
for each task. Certain tasks have multiple people responsible:
Ex:
Reconciling: Jane Haller, Mary Smith, Kate Pierce
Expense Report: Jane Haller
Filing: Mary Smith, Joan Newell
I've created a form with a combo box that lists the names of each individual
in our department. I would like to be able to choose a name and launch a
query that shows each task that individual is responsible for. I've designed
the query with the criteria: [Forms]![frmTasks]![Combo17]
If I were to select "Jane Haller" from the Combobox, it would only give me
the 2nd row. Is there some kind of wildcard I can insert in the criteria that
will pull the 1st and 2nd row?
Any help would be appreciated. Thanks!