I am building a DB to track moved orders for a logistics company. Sometimes the orders travel alone and sometimes they travel together, sharing expenses. Is there a way to group or link records that travel together so that all of the financial data can be pulled for the entire movement, not just each order?
i am thinking that i can make a table that has "container number" and "pick up date" with an auto number as the primary key. Then use this number as a "Move number" as a foreighn key in my main order info table.
any comments are appreciated.
i am thinking that i can make a table that has "container number" and "pick up date" with an auto number as the primary key. Then use this number as a "Move number" as a foreighn key in my main order info table.
any comments are appreciated.