simonwerner
Programmer
Hello,
I have a query that has the selection referencing a form text label. For example, in the query critera box I have
This works find if I want to make only one selection in the field. However if I put a "*" (minus the quotation marks) in the form text label it will interprete the star as a string. How do I get the query to interprete the star as a wildcard?
thanks for you help,
Si
I have a query that has the selection referencing a form text label. For example, in the query critera box I have
Code:
[Forms]![Frm_Development]![selectedMonth]
thanks for you help,
Si