E
el zorro
I have a query that reads a parameter from a form. For
ex, if the user input the language "Bosnian" on the
People form, the Query shows all records with "Bosnian"
in the Language field. This happens because the query
contains a parameter [Forms]![People]![Language] for the
Language field. So far so good.
In some cases, the Language field contains more than one
language, like Arabic or Croatian. In these cases, the
person is not listed, but they should be. I tried
modifying the parameter to: Like "*[Forms]![People]!
[Language]*", but no dice.
Is there a way to allow the query to read the language
from the form, and show all records that contain that
language (in addition to other languages) in the language
field?
THanks!
ex, if the user input the language "Bosnian" on the
People form, the Query shows all records with "Bosnian"
in the Language field. This happens because the query
contains a parameter [Forms]![People]![Language] for the
Language field. So far so good.
In some cases, the Language field contains more than one
language, like Arabic or Croatian. In these cases, the
person is not listed, but they should be. I tried
modifying the parameter to: Like "*[Forms]![People]!
[Language]*", but no dice.
Is there a way to allow the query to read the language
from the form, and show all records that contain that
language (in addition to other languages) in the language
field?
THanks!