D
Denis
This problem should be fairly straightforward to resolve,
though I have not been able to find anything on it.
I have a report (MyRpt) with no RecordSource associated
with it (in the Design mode).
I want to open this report from 2 separate forms, and
based on 2 separate queries. i.e. When opening MyRpt from
frmOne, I want to assign qryOne as its Record Source; and
when opening MyRpt from frmTwo, I want to assign qryTwo as
its Record Source. Both queries contain the same fields;
the only difference is their criteria refer to an object
within their respective forms.
How is this achievable?
Thank you for your time.
Denis
though I have not been able to find anything on it.
I have a report (MyRpt) with no RecordSource associated
with it (in the Design mode).
I want to open this report from 2 separate forms, and
based on 2 separate queries. i.e. When opening MyRpt from
frmOne, I want to assign qryOne as its Record Source; and
when opening MyRpt from frmTwo, I want to assign qryTwo as
its Record Source. Both queries contain the same fields;
the only difference is their criteria refer to an object
within their respective forms.
How is this achievable?
Thank you for your time.
Denis