Here is the scenario. I wrote a shared variable that would suppress a subreport based on conditions. Now I want to suppress the main report if the subreport was suppressed. Is there a way to pass a shared variable in the main report that says if the subreport (named "info" isnull or blank then make the detail line in the main report null also so nothing shows for that particular record. Also would I need to put the subreport on the same detail line as the main report detail line?