J
Jeff Lehman via AccessMonster.com
I am designing an application that will track the movement of production
items through our plant. Our order writing system already exists in Access
and I am designing a table that will link to the system. This new table will
primarily contain date/time information that will show when a item enters and
departs a certain department within the plant
I want to link the table with a unique value...so I want to use the order
number and product ID number concantentated together to form that unique
number. This unique number will be called a LineNumber. I have read through
a lot of posts on here that explain that its bad design to store data that
you can create during run-time as needed, but I am having trouble figuring
out how to use the LineNumber to relate the tables.
The tables are as follows (All of the tables already exist except for the
first one):
TrackingInfo - Tracks date/time and dept info to show where a certain item is.
OrderDetailInfo - Currently in our order system...contains line item that is
on that order
ProductTable - Listing of all of our products (linked to orderDetailInfo
table)
OrderTable - Contains Customer ID/Order Date etc...
My explanation may be a bit too generic, but I need a push in the right
direction on what would be the best way to relate the tables .... Thanks!
items through our plant. Our order writing system already exists in Access
and I am designing a table that will link to the system. This new table will
primarily contain date/time information that will show when a item enters and
departs a certain department within the plant
I want to link the table with a unique value...so I want to use the order
number and product ID number concantentated together to form that unique
number. This unique number will be called a LineNumber. I have read through
a lot of posts on here that explain that its bad design to store data that
you can create during run-time as needed, but I am having trouble figuring
out how to use the LineNumber to relate the tables.
The tables are as follows (All of the tables already exist except for the
first one):
TrackingInfo - Tracks date/time and dept info to show where a certain item is.
OrderDetailInfo - Currently in our order system...contains line item that is
on that order
ProductTable - Listing of all of our products (linked to orderDetailInfo
table)
OrderTable - Contains Customer ID/Order Date etc...
My explanation may be a bit too generic, but I need a push in the right
direction on what would be the best way to relate the tables .... Thanks!