Crystal Reports version 10
Accessing a SQL 2000 database
I have a report with a parameter called {?SMART_CODE} that prompts the user to enter a code. In the field where the code is stored there could be more than one code, for example AA,BB,CC or there could be a single code, AA.
I want the user to be able to enter AA when prompted and have everything with AA be brought up, not just records with only AA entered. I thought I would be able to use a LIKE statement with the parameter, but I wasn't able to figure out how. I'm sure it's something easy and I'm just missing it. Any help is appreciated!
Accessing a SQL 2000 database
I have a report with a parameter called {?SMART_CODE} that prompts the user to enter a code. In the field where the code is stored there could be more than one code, for example AA,BB,CC or there could be a single code, AA.
I want the user to be able to enter AA when prompted and have everything with AA be brought up, not just records with only AA entered. I thought I would be able to use a LIKE statement with the parameter, but I wasn't able to figure out how. I'm sure it's something easy and I'm just missing it. Any help is appreciated!