J
Jaybird
I have an application where the user would like to print alternating copies
of two different reports. I have a command button that calls the openreport
method for first one report, then the other, then the first again, then the
other again. These reports are query based. The problem I have is that the
user must input the record ID (per the query that the report is based on)
four times using this method. I have also tried to use the PrintOut method
because you can specify the number of copies to be printed, but then they are
out of sequence and must be sorted by hand. I'm trying to think of a way
around this problem. I was thinking of using an input box and openargs.
Does anyone have any suggestions?
of two different reports. I have a command button that calls the openreport
method for first one report, then the other, then the first again, then the
other again. These reports are query based. The problem I have is that the
user must input the record ID (per the query that the report is based on)
four times using this method. I have also tried to use the PrintOut method
because you can specify the number of copies to be printed, but then they are
out of sequence and must be sorted by hand. I'm trying to think of a way
around this problem. I was thinking of using an input box and openargs.
Does anyone have any suggestions?