My name is Robin and I'm new working with nice label 2017. The last few day's I have been struggling to create a barcode gereator with the 2D Data matrix GS1. The challenge that I'm struggling with is that we would like to generate one barcode label with multiple serial numbers inside. I would like to use a Excel file as a database for uploading a sequence of serial numbers.
So far I have managed to link a excel file and implement this as a database. But the problem I have is that the barcode sees each row in excel as one label.
The data is presented like this -->
123456789C
987654321C
456854751C
etc..
And should be made in a data matrix code looking like this --> (Note I just took an example from the internet that I could link to this page)

When scanning the data It should appear in the same format as when created.
Like this -->
123456789C
987654321C
456854751C
etc..
How can I program the Form or database that he puts all data in to one barcode in a row order?
Thanks in advance !
Best regards,
Robin Nieling