Hi Everyone,
I would like to set a predefined value (all) in my query as criteria in case of the forms value is empty. If I tried with a value instead of "*" I have no problem with the query but at the using "*" I receive no values. I tried "nz" and "if" forms.
Code:
If([Formulare]![Produktionsumsatz]![werk]<>"";[Formulare]![Produktionsumsatz]![werk];"*")
nz([Formulare]![Produktionsumsatz]![werk];"*")
with like and without like, with value instead of "*" has no problem.
How can I give a criteria to get all value if I have no value in the Formular?
Thank you in advance.