I want to print labels in which the data is retrieved from database.
in 1 page, there will be 12 labels, each label has 8 items.

labels are grouped by SN.

e.g.

SN: 00001 SN:00002
I1 :wwww I1 :eeee
I2 :4444 I2 :232
I3 :reww I3 :ret

SN: 00003 SN:00004
I1 :wwww I1 :eeee
I2 :4444 I2 :232
I3 :reww I3 :ret

......

is there a way to do it using Crystal Report?


Thank you so much!