In Crystal Reports 8.5, what would be the syntax to use a LIKE FUNCTION formula select?
For example, lets say I had a table of training courses and I wanted to see who attended a particular course. Since my users will probably only know or want to enter part of the course name I want to use a "like *{?course}*" to select the course. I can't figure out the correct syntax, assuming it can be done.
For example, lets say I had a table of training courses and I wanted to see who attended a particular course. Since my users will probably only know or want to enter part of the course name I want to use a "like *{?course}*" to select the course. I can't figure out the correct syntax, assuming it can be done.