how to print 4 screens per paper in access 2003

C

chrix

I'm using a datasheet type to view my records, my boss wants me to print the
records but since the records are too long he wanted to see 4
sections/screens printed on 1 sheet of paper only. I was wondering if
someone already done this in Access 2003, kindly help me?
 
D

Douglas J. Steele

Forms aren't intended for printing: that's what reports are for.

Fortunately, it's easy to convert a form to a report (right-click on the
form in the database window, and you should see a "Save as Report" option).
Once you've created the report, you should be able to modify it to do what
your boss wants.
 
Top