Form Layout

  • Thread starter Thread starter Jezarel
  • Start date Start date
J

Jezarel

Hi there.
My name is Joe and I'm starting to used Access. I have currently got a form
that displays 55 records. I need to fit all these on a singe page for
printing. currently the data only takes up half the page horizontally so i
was wondering if it is possible to have them list down one side of the page
and then continue down the other side. eg.

aaa bbb ccc ddd | aaa bbb ccc ddd

At the moment i can only get it to list the same thing twice. any ideas.
thank you
Joe
 
Joe

Access forms are intended for screen display.

If you want to print data from an Access database, take a look at using
reports. First, create a query that returns the data you wish to print.
Then base a report on the query (as the data source).

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top