J
jrizzo77
Hello,
I want to have the user select a field on a form via combo box and use
it to define the fields in a query.
The combo will show the field list from the table. The user will
select the field they want to search by and type the criteria in a
text box on the same form. I need the query to filter the table by
the field and criteria the user has chosen in the form.
example:
combo box is linked to the table row source type is filed list. the
query will open outputting all fields filtered by the field and
criteria specified on the form. I know how to refer to the form in
the criteria that part is working fine. It's choosing the field that
I can not get to work. I'd like to keep this in query form rather
than vb code.
thanks in advance.
Joe
I want to have the user select a field on a form via combo box and use
it to define the fields in a query.
The combo will show the field list from the table. The user will
select the field they want to search by and type the criteria in a
text box on the same form. I need the query to filter the table by
the field and criteria the user has chosen in the form.
example:
combo box is linked to the table row source type is filed list. the
query will open outputting all fields filtered by the field and
criteria specified on the form. I know how to refer to the form in
the criteria that part is working fine. It's choosing the field that
I can not get to work. I'd like to keep this in query form rather
than vb code.
thanks in advance.
Joe