basic printing question

R

Rick

I want to print a table onto one page so it is not strung across several. Is
there a way to do this?
I can omit some of the columns for printing purposes if that helps
accomplish that goal.

Thanks
 
M

molsonexpert

'print a table'?

your best bet would be to create a query based on the table, using only the
columns you need. then base a report on the query and format the report to
print on one page width.
 
Top