I have a database table and a label report. I select all items from the table via SQL statement and want to fill one page with one record:

At my actual state I just can put each record together. How can I repeat one record to fill the whole page and go on with the next record on the next page?
Regards