G
Guest
What I am trying to do is use values from a field in one table as criteria in
a query from another table. I can get the query to run fine as long as there
is a perfect match in the field I am querying off of. But the problem I am
having is when I try to use wildcards. I can put what I am looking for along
with wildcards directly in the query and get the requested results, but when
I reference the field in my second table I get either the exact match
(assuming no wildcards are used in the query) or I get nothing if wildcards
are included. Hope that made sense. The main reason for wanting to use a
table for search criteria is to allow the end user the ability to change the
values without having to mess with the queries. I have read the many posts
about using a form to feed the query, however in this situation each query
can have multiple criteria, so I don't think a form will work, unless I am
missing something.
Anyway, I am using Access 2003 and any help would be appreciated and if
further clarification is needed please let me know. Thanks in advance.
a query from another table. I can get the query to run fine as long as there
is a perfect match in the field I am querying off of. But the problem I am
having is when I try to use wildcards. I can put what I am looking for along
with wildcards directly in the query and get the requested results, but when
I reference the field in my second table I get either the exact match
(assuming no wildcards are used in the query) or I get nothing if wildcards
are included. Hope that made sense. The main reason for wanting to use a
table for search criteria is to allow the end user the ability to change the
values without having to mess with the queries. I have read the many posts
about using a form to feed the query, however in this situation each query
can have multiple criteria, so I don't think a form will work, unless I am
missing something.
Anyway, I am using Access 2003 and any help would be appreciated and if
further clarification is needed please let me know. Thanks in advance.