Yes, on the main report's detail section's ON FORMAT event, you can put something like this:
If Me.chkCanada Then
Me.srpMySubReport.SourceObject = "srpCanada"
Else
Me.srpMySubReport.SourceObject = "srpUSA"
End If
I'm using fake names for the checkbox, subreport control, and subreport names. Use yours.
Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division
|