Does anyone have examples on how to print labels (e.g. inventory labels) so that the first part number will print on a specified label number on a partially used sheet of labels?

Say I have a sheet of labels that are 4 across and 5 down (20 labels on a sheet). Now say I have already used and removed 5 labels, therefore I need to start printing this set of labels starting at label number 6 (row 2, label 2). If there are a lot of part numbers, then the next sheet would continue printing at the first label (row 1, label 1), etc..

Is there a way to force Crystal Report's "RecordNumber" to be 1 for this label? I am able to suppress the printing of labels 1 through 5, but am unable to have the first record to print on label number 6 (it only wants to print RecordNumber 6).

I am relatively new to Crystal Reports and, if there is no other way, have never done any coding on arrays. I would very much appreciate examples on what to code and where. If not, please direct me to the information I need.