I need to be able to print 2 database records on a single report line. It needs to be a 2-up report but they are not labels. Here's an example
db record 1 dbrecord 1 db record 1 db record2 db record 2 db record 3
field 1 field 2 field 3 field 1 field 2 field 3
Each record contains a field called 'Block'. I need to print the odd-numbered 'Blocks' on the left side of the page and the even-numbered 'Blocks' on the right side. How can I do this?
db record 1 dbrecord 1 db record 1 db record2 db record 2 db record 3
field 1 field 2 field 3 field 1 field 2 field 3
Each record contains a field called 'Block'. I need to print the odd-numbered 'Blocks' on the left side of the page and the even-numbered 'Blocks' on the right side. How can I do this?