S
SharonInGa
Still stuck....
A truck (truckId.field) drives into my warehouse today (date.field) The
same truck can make a dilervery next week so the truckId and Date determines
the unique ID. The TruckID, Date and inventory data is collected on the
Inbound Form. The merchandise from this truck and many other trucks are
dumped onto our parking lot and the truckID isn't important anymore.
We are now more concerned with where the merchandise is going. We pick up
several boxes from our parking lot, document each box’s PO#, outbound
destination, weight and other info and put it onto a truck going to
Birmingham. We combine the PO# and Outbound destination to create a unique
ID#. We pick up some more boxes and put it onto a truck going to Miami.
I don't know whether to establish a relationship between the Inbound Truck
table to the Distribution table or the Destination table. The Inbound form
includes the truck number and the ship date on the main form and the box
descriptions on the sub-form.(one to many) The Outbound form includes the
Destination on the Main form and the box descriptions of the sub-form (one to
many) in addition to it’s own data.. PO#s, Box Weight, Received date and
other info are transferred from the Inbound main and sub forms to the
Outbound form.
A truck (truckId.field) drives into my warehouse today (date.field) The
same truck can make a dilervery next week so the truckId and Date determines
the unique ID. The TruckID, Date and inventory data is collected on the
Inbound Form. The merchandise from this truck and many other trucks are
dumped onto our parking lot and the truckID isn't important anymore.
We are now more concerned with where the merchandise is going. We pick up
several boxes from our parking lot, document each box’s PO#, outbound
destination, weight and other info and put it onto a truck going to
Birmingham. We combine the PO# and Outbound destination to create a unique
ID#. We pick up some more boxes and put it onto a truck going to Miami.
I don't know whether to establish a relationship between the Inbound Truck
table to the Distribution table or the Destination table. The Inbound form
includes the truck number and the ship date on the main form and the box
descriptions on the sub-form.(one to many) The Outbound form includes the
Destination on the Main form and the box descriptions of the sub-form (one to
many) in addition to it’s own data.. PO#s, Box Weight, Received date and
other info are transferred from the Inbound main and sub forms to the
Outbound form.