W
Wim
Hi all,
I have several reports based on the same query. The main
difference is the lay-out of the data on the reports.
In order to filter the records in the query I use a form,
where I can control the input. I then use a button to
print the results. The code behind the button is a simple
Docmd.Openreport <reportName>.
However, is it possible to use the same form for all the
reports ? I now have one form for one report. This is not
very reusable is it ?
Anyone an idea ?
Thanks,
Wim
I have several reports based on the same query. The main
difference is the lay-out of the data on the reports.
In order to filter the records in the query I use a form,
where I can control the input. I then use a button to
print the results. The code behind the button is a simple
Docmd.Openreport <reportName>.
However, is it possible to use the same form for all the
reports ? I now have one form for one report. This is not
very reusable is it ?
Anyone an idea ?
Thanks,
Wim