B
Bill McCarthy
I have created a lot of reports successfully but I am having this problem
only in this one case.
I create the report on a table (no criteria) and it displays only, it does
not print automatically.
I then put some code in REPORT_OPEN that changes ME.REPORTSOURCE to a string
like:
SELECT * FROM tbl WHERE deliveryDate >= #1/1/2006# AND deliveryDate <=
6/1/2006#
Suddenly, it automatically goes to the default printer EVERY time. It
SOMETIMES will also display the report.
Can anyone tell me what I am doing wrong? Thanks.
only in this one case.
I create the report on a table (no criteria) and it displays only, it does
not print automatically.
I then put some code in REPORT_OPEN that changes ME.REPORTSOURCE to a string
like:
SELECT * FROM tbl WHERE deliveryDate >= #1/1/2006# AND deliveryDate <=
6/1/2006#
Suddenly, it automatically goes to the default printer EVERY time. It
SOMETIMES will also display the report.
Can anyone tell me what I am doing wrong? Thanks.