How to print 2 forms on 1 page?

A

arnicot

Hi,
1°- I need to print forms the layout of which is 210x148,5mm (2 forms
inside a vertical A4 format). How to handle that?
2°- In the detail section (coming from a subform) each line relating to
a record has to be printed on 2 lines (because the book title, on line 1
has to be completed by the author's name on line 2). I tried to insert
Chr$... but without any success so far!
Thanks in advance for helping me.
 
R

Rick B

Build a report. Forms are not designed to be printed. Reports are. A
report will allow you to control the output to meet your needs.

Rick B
 
A

arnicot

Rick B a écrit :
Build a report. Forms are not designed to be printed. Reports are. A
report will allow you to control the output to meet your needs.

Rick B

That's what I did, but my problems remain the same.
I didn't find how to size the report and how to control the edition!
 
Top