Ok here is the deal;
In my table I have a list of employees name's going down in rows. At the top of each column I have a language (English, French, Spanish, German, etc).
Then for each field I have a Yes/No checkbox.
I want to create a query that will return the names of employees that speak a certain language.
I have created a form with the name of each language next to a checkbox.
So each on my query I have each language at the top (Field) and I set the criteria to look for a (Yes/-1) to return those names that match.
The problem is that; I only get the names returned that match EXACTLY what my criteria was for. For example if Jon D. speaks both English and Spanish (both clicked Yes on the table) and I query for people that speak English Jon D. does not get returned because he also speaks Spanish! I only get him if I query for people that speak English AND Spanish.
How can I make a criteria that will return anyone thats speaks the language I was searching for even if they speak additional langauges???
Thanks for the help!
In my table I have a list of employees name's going down in rows. At the top of each column I have a language (English, French, Spanish, German, etc).
Then for each field I have a Yes/No checkbox.
I want to create a query that will return the names of employees that speak a certain language.
I have created a form with the name of each language next to a checkbox.
So each on my query I have each language at the top (Field) and I set the criteria to look for a (Yes/-1) to return those names that match.
The problem is that; I only get the names returned that match EXACTLY what my criteria was for. For example if Jon D. speaks both English and Spanish (both clicked Yes on the table) and I query for people that speak English Jon D. does not get returned because he also speaks Spanish! I only get him if I query for people that speak English AND Spanish.
How can I make a criteria that will return anyone thats speaks the language I was searching for even if they speak additional langauges???
Thanks for the help!