SELECT "Video"."TITLEA" AS "TitleA", "Video"."SERIES" AS "Series Name", "Video"."COST" AS "Cost" FROM "Video" "Video" ORDER BY "Series Name", "TitleA"
When I run the report, it opens a blank Gray Screen and no data at all. If I drop the Series Name field on the report it comes out fine. So, are there any other "bad" characters that might be in the data. Or any other suggestions about what the problem may be? (By the way, the reports all continued to work until I added new data. Then all of a sudden I have this problem with the various reports.)
Thanks in advance for any insights.