I have a simple table with fields NAME, ADDRESS and NUMBER. I want to produce an SQL result set and use it to print labels. The NUMBER field says how many labels to print for the current record.So when NUMBER is 0 no label is produced, when it is 3 , three labels are printed for this record etc...