M
mcambrose
I have a report that has a jpg filter file for each record. I can't print the
entire report at once because it crashes when it opens up almost 100 jpg
files. I tried to use docmd.openreport using the wherecondition to open the
report using a filter. I then printed the report using DoCmd.PrintOut
acPrintAll. I was thinking that opening the filtered report with the
wherecondition would cause only the pages from the filtered report to be
printed even though I used the acprintall. I am able to print this report in
three phases using three different querries, but I wanted to do it using only
one query. Any suggestions are appreciated.
entire report at once because it crashes when it opens up almost 100 jpg
files. I tried to use docmd.openreport using the wherecondition to open the
report using a filter. I then printed the report using DoCmd.PrintOut
acPrintAll. I was thinking that opening the filtered report with the
wherecondition would cause only the pages from the filtered report to be
printed even though I used the acprintall. I am able to print this report in
three phases using three different querries, but I wanted to do it using only
one query. Any suggestions are appreciated.