I have a strange thing going on with my Crystal 9 report. I have a very simple report with subreport. On my main report, I filter for a case number in the record selection just for testing the report and so I won't have to wait every time for my data to pull. Eventually I will have a parameter from my SubReport. As long as I have that record selection, my report works fine, and the SQL looks great, but when I remove the record selection and refresh the report, I get an error that states: "Failed to open a rowset", then it states: "Not supported-Details Error -223uplicate table name in the FROM clause" When I check the SQL, one of the tables is duplicated. When I put the record selection back in, the report works. I'm only trying to remove the record selection. Please help.