(This is a continuation of the thread at
Okay. I'm using VBA code to add filter critera in the DoCmd.OpenReport statement. I have a report based on one query with a subreport based on another query- both queries are based on the same common query. The filter works beautifully on the main report, but the subreport is not filtered. What's the best way to filter both in one blow?
Okay. I'm using VBA code to add filter critera in the DoCmd.OpenReport statement. I have a report based on one query with a subreport based on another query- both queries are based on the same common query. The filter works beautifully on the main report, but the subreport is not filtered. What's the best way to filter both in one blow?