N
nova
I have a report without recordsource that includes 3 subreports based on 3
different queries. So there's no link between subreports and main report as
the main report is just used as a collector of the 3 subreports. Each of
these queries have 2 similar fields called 'seller' and 'buyer'. What I want
to do using vba is enter one code and open the report where each of the
subreports will only show records where seller OR buyer is equal to that code.
I know how to open a report with a filter on the recordsource, but I'm not
sure if I can do this for a subreport.
different queries. So there's no link between subreports and main report as
the main report is just used as a collector of the 3 subreports. Each of
these queries have 2 similar fields called 'seller' and 'buyer'. What I want
to do using vba is enter one code and open the report where each of the
subreports will only show records where seller OR buyer is equal to that code.
I know how to open a report with a filter on the recordsource, but I'm not
sure if I can do this for a subreport.