Hello,
I am trying to minimize the amount of reports to build.
I would like to knbow how I could use the same report, but with two different record source, not necassaraly two different queries (I am trying to minize the amount of queries in the database as well).
The data is almost the same it just come from differnet tables.
I am thinking something like:
I am almost sure this can be done, butr not sure of the proper way to do it and waht to dim how and where...
Thanks in adanvce
Thanks,
Sylvain
I am trying to minimize the amount of reports to build.
I would like to knbow how I could use the same report, but with two different record source, not necassaraly two different queries (I am trying to minize the amount of queries in the database as well).
The data is almost the same it just come from differnet tables.
I am thinking something like:
Code:
If open from form 1 then
select from this and this table, with this and this criteria
If open from form 2 then
select form other table , etc.etc
Thanks in adanvce
Thanks,
Sylvain