I am a new user of Crystal Reports, but an experienced user of SQL. I need to know if anyone knows if it is possible to create a user input field where the user could paste a list of items that they want queried against a column in a table and have the query run like this
select * from table_name where such&suchfield = "inputvalue"
or such&suchfield = "inputvalue"
and have the or statement be populated with as many items that is on the list the user pastes into the field.
Any info would be helpful
Thanks [sig][/sig]
select * from table_name where such&suchfield = "inputvalue"
or such&suchfield = "inputvalue"
and have the or statement be populated with as many items that is on the list the user pastes into the field.
Any info would be helpful
Thanks [sig][/sig]