I have 4 repeating fields in the database I that I currently use, and I am dying to get rid of them, but I am not sure how, any help does just that.
Some background:
The database is used at a manufacturing company which produces plastic in roll form. A typical order that we receive would be 10000 lbs of product, that might come on 50 200lb rolls.
When an order comes in, I create a record, which contains all the production data, customer info, along with specs. on each of the 50 rolls, i.e. weigh, length and roll number etc., these are the repeating fields. Most orders start with roll# 1001, however some customers require us to use a serialized number for their rolls. What I have right now is 4 repeating fields (50 repetitions each), one for roll #, weight, length, and pallet#.
Getting roll numbers to serialize in repeating fields is beyond me, never mind getting them look back at the last number used in a particular sequence.
Any suggestions?