I’m creating a report to print labels for a set of records. Each record’s label needs to be duplicated a number of times, the number coming from a field within the record itself.
The only solution I’ve thought of so far is to write some VBA to duplicate the records in a table. However, the data is from a live link to another database, and it seems a shame to break that link.
Is there any way of duplicating records on the fly, perhaps through a query? Any suggestions gratefully received!