G
gwc
Guest
I need to create a report to produce shipping labels from a table in my database.
The table contains a number of fields of course, the four I think I need to get to work together are:
Quantity
Serial1
Serial2
Pkgs
In the shipping process, the items will be shrink wrapped into groups of 300. As an example:
For Customer Joe Schmoe, he has 1200 items going to him with a starting serial number of 3476 and an ending serial number of 4675. Since we are shrink wrapping in groups of 300, this means that there will be 4 total packages going to Joe Schmoe.
What I need to do is figure out how to create a report that will print out a label that has 'box 1 of 4' and 'serial# 3476 to 3775', 'box 2 of 4' and 'serial# 3776 to 4075', box 3 of 4' and serial.... and so on.
Any suggestions? Thank you in advance!
The table contains a number of fields of course, the four I think I need to get to work together are:
Quantity
Serial1
Serial2
Pkgs
In the shipping process, the items will be shrink wrapped into groups of 300. As an example:
For Customer Joe Schmoe, he has 1200 items going to him with a starting serial number of 3476 and an ending serial number of 4675. Since we are shrink wrapping in groups of 300, this means that there will be 4 total packages going to Joe Schmoe.
What I need to do is figure out how to create a report that will print out a label that has 'box 1 of 4' and 'serial# 3476 to 3775', 'box 2 of 4' and 'serial# 3776 to 4075', box 3 of 4' and serial.... and so on.
Any suggestions? Thank you in advance!