I have a report that serves as a receiving form for the warehouse, we know all the "Expected" info, so I have all the header and product details filled in.
The Warehouse needs to manually write down where they put the stock, so I place X number of empty text boxes to form a grid for them to write into.
Problem: If it is a full load of one item it is not an issue, but with a mixed load there is less locations per product, I don't want to over complicate it but how might I be able to control how many rows or text boxes to display per product.
* to keep it simple a hard coded value can be used in an example of code. I'm just not sure where to start.
Thanks
The Warehouse needs to manually write down where they put the stock, so I place X number of empty text boxes to form a grid for them to write into.
Problem: If it is a full load of one item it is not an issue, but with a mixed load there is less locations per product, I don't want to over complicate it but how might I be able to control how many rows or text boxes to display per product.
* to keep it simple a hard coded value can be used in an example of code. I'm just not sure where to start.
Thanks