I need to create a load list when building a load for shipment.
There are two tables involved. tblInventory and tblLoadList.
The load list table will have information about the shipment, Shipped To, Truck #, Date, Loader, Load ID# (pk),etc.
The Inventory table has listed the inventory by pallet number. Each pallet has a unique Ticket # (pk).
My vision for this is a form/subform with the Load list as the main and the inventory as sub. When the form is opened the Load ID would fill as the PK Autonumber and then the operator would fill in the ShipTo, etc.
Where I am getting stuck is in the sub form. The form should start out empty. Then as the load is built the pallet ticket number would be entered and the appropriate data for the pallet would be autofilled. This is real similar to an "Order Form" were the item number is entered then the description information is auto filled, but I'm lost.
After completing the load list I need to change one field in the inventory table to update the pallet's "location".
Any help would be appreciated.