T
Thomp
I need to use the information in one table to filter data I have in
another table. The main problem I have is that names in the table need
to be identified using wildcards as their are a lot of varations of the
names and I can not control the data that is in this master table I
will be using. Does anyone know how to create a query using a table
and having each record looked up using these wildcards.
Example
Table 1 records...Jack..Susan...Bob..Jackson..
Table 2 records..Jack ..Bob
I want to query records in table one using data from table two. I need
all records where Jack is in the name. Thus the query should come back
with the results of Jack,Bob and Jackson..
thanks,
Bill
another table. The main problem I have is that names in the table need
to be identified using wildcards as their are a lot of varations of the
names and I can not control the data that is in this master table I
will be using. Does anyone know how to create a query using a table
and having each record looked up using these wildcards.
Example
Table 1 records...Jack..Susan...Bob..Jackson..
Table 2 records..Jack ..Bob
I want to query records in table one using data from table two. I need
all records where Jack is in the name. Thus the query should come back
with the results of Jack,Bob and Jackson..
thanks,
Bill