I have a database of 1000 names + addresses ( each record has 4 columns) . I want to print 2 x 4 columns of details to a page - in alphabetical order.
I can get 60 lines to a printed page. So on page 1 there would be records 1-60 on the left of the page and records 61 to 120 on the right.
Next page would have 121 to 180 on the left and then 181 to 240
The only way I can achieve this is by a laborious cut & paste.
Is there an easier way?
Richard
I can get 60 lines to a printed page. So on page 1 there would be records 1-60 on the left of the page and records 61 to 120 on the right.
Next page would have 121 to 180 on the left and then 181 to 240
The only way I can achieve this is by a laborious cut & paste.
Is there an easier way?
Richard
Last edited: