How to print a report with a background form

A

arnicot

I'd like to print out a nice report (with frames, lines, titles...).
I looked for a way to merge 2 layers: one for the frame and an other for
the data, but without any success so far.
Do you think it's possible?
 
M

[MVP] S.Clark

Make a bitmap image of the frame, and embed it on the report. Or pre-print
the frames, and then reload it into the printer to print the reports.
 
Top