valterduarte
Technical User
I have a table field with the following records:
Table A
aaaaa
bbbbb
(empty field)
ccccc
I want to run a parameter query that returns all the records when I leave the Parameter box empty. It's something like this:
Like IIF([Parameter A] is Null,"*",[Parameter A])
However, when I run it and leave the Parameter field empty, it returns only:
aaaaa
bbbbb
ccccc
The empty record is not included!! How do I solve this?
Thank you!
Table A
aaaaa
bbbbb
(empty field)
ccccc
I want to run a parameter query that returns all the records when I leave the Parameter box empty. It's something like this:
Like IIF([Parameter A] is Null,"*",[Parameter A])
However, when I run it and leave the Parameter field empty, it returns only:
aaaaa
bbbbb
ccccc
The empty record is not included!! How do I solve this?
Thank you!