I'm using crystal reports 8.0 to create a simple report. I want to search a comments field in the database and return any records that contain that word.
For example in sql it would be:
select *
from profiles
where comments like '%t%'
Can i do the same in crystal reports? where the user inputs the value?
For example in sql it would be:
select *
from profiles
where comments like '%t%'
Can i do the same in crystal reports? where the user inputs the value?