P
Pierre
Hi all,
I have a print menu to choose between
numerical (based on the field dept) and alphabetical order (based on field
desc) of a simple report.
The report is based on a query with no order at all.
I have only one report, (i dont want to make 2 reports)
I use docmd.openreport "rptName", intView, strFilterName
where strFilterName is the name of a query and i have 2 different queries
one for alpha and one for num
It is not working.
What is the simplest way to print the 2 different reports without
multiplying reports and query.
Regards,
Pierre
I have a print menu to choose between
numerical (based on the field dept) and alphabetical order (based on field
desc) of a simple report.
The report is based on a query with no order at all.
I have only one report, (i dont want to make 2 reports)
I use docmd.openreport "rptName", intView, strFilterName
where strFilterName is the name of a query and i have 2 different queries
one for alpha and one for num
It is not working.
What is the simplest way to print the 2 different reports without
multiplying reports and query.
Regards,
Pierre