Crystal 8.5, SQL Server 2000
I have a main report that has a formula that returns the string of state codes that I captured from a Crystal Parameter. It's named @StringOfStates. I also have this value saved to a shared stringvar, @varSTATES. Then, I pass @varSTATES to the subreport.
The...