Viewing post 1 (of 1 total)
Try this, in SQL Statement:
WHERE
(<table field name> LIKE @<parameter> OR @<parameter> IS NULL)
This works for me, easy and clean.
Edit: In parameters properties check the box "Allow Null Vallues", just this...
March 26, 2015 at 12:15 pm
#1786659