philwes83170
MIS
I am searching a table of software titles for a specific title. Currently the search works fine but I have to enter the complete name into the parameter. I would like to be able to enter just part of the title. Example: "Access" instead of "Microsoft Access 2000." I tried using the wildcard symbol "*" but I suspect I'm not using the correct syntax. Here's what I've tried:
{SOFTWARE.ProductName} = *{?AppName}*
{SOFTWARE.ProductName} = *+{?AppName}+*
I'm still pretty new to Crystal so I am probably missing something simple. Thanks in advance for any help you can provide.
{SOFTWARE.ProductName} = *{?AppName}*
{SOFTWARE.ProductName} = *+{?AppName}+*
I'm still pretty new to Crystal so I am probably missing something simple. Thanks in advance for any help you can provide.