I need to create multiple bills of lading from one shipment record.
Each shipment could have multiple trucks.
Each truck has mutiple container types.
And each container has multiple serial numbers.
Each Truck needs it's own bill of lading.
I have a Shipment Table
A container by shipment table Table
A Serial Number by shipment Table
I was thinking of making a field on the Container by shipment table to track the truck. I'm not sure if this will allow me to print my bill of ladings by truck. I guess maybe if I group them by truck number. Is my thinking correct here?
Each shipment could have multiple trucks.
Each truck has mutiple container types.
And each container has multiple serial numbers.
Each Truck needs it's own bill of lading.
I have a Shipment Table
A container by shipment table Table
A Serial Number by shipment Table
I was thinking of making a field on the Container by shipment table to track the truck. I'm not sure if this will allow me to print my bill of ladings by truck. I guess maybe if I group them by truck number. Is my thinking correct here?