The database is functioning OK (tables, forms and reports). I have one master table and 10 other tables that the master table uses for a lookup. The problem is with the search query that I have set up.
From the Query Design I added the following string in the Criteria fields for each column:
LIKE * & [forms]![searchF]![Songs] & *
Where, search is the search form and Songs is the Column name.
When I run the query on the first column (Songs) it works perfectly, but when I run the query on any other column it does not return a value. I know that my criteria is set up properly, so I am assuming that the problem lies with the other tables being a lookup for the master table maybe the relationships between all the tables??? Just dont know. Any help?
Allyn