G
Guest
I'm trying to set a filter within a subreport. When I run the report, I get
an error on the line that sets the Filter property. It errs out even if all I
do is set the filter to blank.
I've stripped the code down to the most basic it could be. It's in the
subreport:
Private Sub Report_Open(Cancel As Integer)
....
Me.Filter = ""
What do I need to do to set a filter on a subreport?
an error on the line that sets the Filter property. It errs out even if all I
do is set the filter to blank.
I've stripped the code down to the most basic it could be. It's in the
subreport:
Private Sub Report_Open(Cancel As Integer)
....
Me.Filter = ""
What do I need to do to set a filter on a subreport?