I have build a Access 2003 database for my Movie Collection. I have set up
an form query to search the database for things like year, MPAA Rating, Gender. I
have used the following criteria in the query
and it works just fine
When I set up the search text box to search for all the movies a certain actor is in, using this method, it didn't work. The data in the field has normally 3 or 4 actor's names. I notice that if I leave only one name in the field, then the query works.
This tells me that the criteria [Forms]![Query Form]![txtCast] is not correct for this type of field.
Can anyone tell me how to correct the criteria so that it will work?
Thanks in advance!
an form query to search the database for things like year, MPAA Rating, Gender. I
have used the following criteria in the query
[Forms]![Query Form]![txtField Name]
and it works just fine
When I set up the search text box to search for all the movies a certain actor is in, using this method, it didn't work. The data in the field has normally 3 or 4 actor's names. I notice that if I leave only one name in the field, then the query works.
This tells me that the criteria [Forms]![Query Form]![txtCast] is not correct for this type of field.
Can anyone tell me how to correct the criteria so that it will work?
Thanks in advance!