What type of database are you connecting to? Which version of Crystal?
Assuming that you're not connecting to a file-based database like dBase or Paradox, go to the Database menu and select Show SQL. Copy the SQL statement and run it in a tool that will connect to your database (e.g., SQL Server Management Studio, SQL+, Toad, etc.) This will validate whether or not the query works.
-Dell