Crystal and label printing & formatting

I am trying to create a report to print labels for paid bills I need
multiple labels for some vendors. I used the following to create the
required # of labels:
WhilePrintingRecords;
numberVar labels := {@LABEL#};
stringVar vendorname := {Vendor.Name} + " 2001" + chr(13) ;
ReplicateString (vendorname,labels);
This created one detail record with replicated records that I can not format
correctly to fit the Avery 5266 label template in Crystal.
Has anyone else dealt with this before? Any help would be appreciated.

Thanks
Dan Shallbetter
States Electric Mfg.