Actually, you can specify parameters.
- Remove any existing parameters in your report that you want to use in the SQL.
- In the window where you enter the SQL for the command, you have an option for creating parameters. Create the parameters that you want to use in the SQL.
- In the SQL, use Crystal syntax for the parameters instead of the syntax for your database - e.g., "where mytable.myfield = {?parametername}".
-Dell