C
Can
I create a filter string that filters a report perfectly.
I want that same filter string to filter an unbound
subreport. The subreport is unbound because of counting.
I found some help on another board that said to do this in
the subreport:
Private Sub ReportHeader_Print(Cancel As Integer,
PrintCount As Integer)
Me.Filter = Me.Parent.Filter
End Sub
I get the following error message
Run-time error '2101'
The setting you entered isn't valid for this property
Any thoughts on how I can fix it?
Candace
I want that same filter string to filter an unbound
subreport. The subreport is unbound because of counting.
I found some help on another board that said to do this in
the subreport:
Private Sub ReportHeader_Print(Cancel As Integer,
PrintCount As Integer)
Me.Filter = Me.Parent.Filter
End Sub
I get the following error message
Run-time error '2101'
The setting you entered isn't valid for this property
Any thoughts on how I can fix it?
Candace