C
CorporateQAinTX
Try this one.
IIf (IsNull(variable), {Insert wildcard search here}, (variable))
If variable is null then I want search for all variable's in the table. Can
I do this with a general "*" wildcard? I keep trying, but it doesn't seem to
work.
Here is the actual code I'm trying to use.
IIf(IsNull([Forms]![f_HoldReport]![Location]),Like
"*",[Forms]![f_HoldReport]![Location])
Thanks for the help ahead of time.
IIf (IsNull(variable), {Insert wildcard search here}, (variable))
If variable is null then I want search for all variable's in the table. Can
I do this with a general "*" wildcard? I keep trying, but it doesn't seem to
work.
Here is the actual code I'm trying to use.
IIf(IsNull([Forms]![f_HoldReport]![Location]),Like
"*",[Forms]![f_HoldReport]![Location])
Thanks for the help ahead of time.