Gavroche00
Technical User
I am a total newbie, so I am sure this is more then basic, yet I can't figure it out.
I have a table of truckroutes (truckroute# [primary key], origin, destination, miles, gallons...). Each route has a price. If I include the price of the route in the truckroute table, when i will change the prices, all the historical data will reflect the new price - no good. I need to create a second table, and link it to the truck route table, but I can't figure it out. Also, what would be my primary key in that second table?
Any help is apreciated.
Gavroche
I have a table of truckroutes (truckroute# [primary key], origin, destination, miles, gallons...). Each route has a price. If I include the price of the route in the truckroute table, when i will change the prices, all the historical data will reflect the new price - no good. I need to create a second table, and link it to the truck route table, but I can't figure it out. Also, what would be my primary key in that second table?
Any help is apreciated.
Gavroche