Use the logical operator Or in visual basic report filter
Hi I want to know how to use the logical operator Or with the 'rldc'
report filters for string fields. I tried to use it but it seems that it's
only can work for Boolean. So I want to know how to use it in the filter
Expressions .
And If it dos not I want to know how to do something like this but with
the report filter :
SELECT Column1,column2,column3,column4
FROM Table1
WHERE (Column3 LIKE @Query Name) OR (Column4 LIKE @Query Name)
This work in query for tables in SQL database I need to know how to do
this with the 'rldc' report in visual basic.
No comments:
Post a Comment