R
rc51wv
I have one large table called "tblProperty". It contains all the inventory
transactions for our contract. I have the locations for the property listed
as numbers. The numbers correspond to a second table called "tblLocation".
I need to be able to do a partial search in the main table for the location,
but unlike doing partial searches for other data that's contained in the main
table, I don't know how to setup the SQL statement to find a match in the
main table based on criteria in the 2nd.
This is on a subform. Would it just be easiest to create a query where the
two tables are linked and pull up the search results on the subform based on
the information in the query? Every other searchable field is already set up
with SQL statements using the "LIKE" qualifier.
-Thanks in advance.
transactions for our contract. I have the locations for the property listed
as numbers. The numbers correspond to a second table called "tblLocation".
I need to be able to do a partial search in the main table for the location,
but unlike doing partial searches for other data that's contained in the main
table, I don't know how to setup the SQL statement to find a match in the
main table based on criteria in the 2nd.
This is on a subform. Would it just be easiest to create a query where the
two tables are linked and pull up the search results on the subform based on
the information in the query? Every other searchable field is already set up
with SQL statements using the "LIKE" qualifier.
-Thanks in advance.