Created a Crystal report to run against an Access table. With the report's SQLQuery property not set the report prints all records. With SQLQuery set to a Select/Where
statement to filter the records on the report all the records are still printed. Any idea why the SQLQuery property is being ignored?? thanks