C
Carl Schuster
can anyone help?
i'm trying to make a query where if the field has no input (the input is
variable) given it'll show all data.
What statement is best to use? I've tried it with a IIF statement but it
doesn't work with * as the wildcard to show all data.
IIf([soort],Null,Like "*")
Please help.
i'm trying to make a query where if the field has no input (the input is
variable) given it'll show all data.
What statement is best to use? I've tried it with a IIF statement but it
doesn't work with * as the wildcard to show all data.
IIf([soort],Null,Like "*")
Please help.