G
Gina Whipp
Hello All,
Looking for suggestions, ideas, thoughts...
I have 5 tables included in my query:
tblCoilReceiving PK
tblCoilRun (related to tblCoilReceiving 1 to 1)
tblCoilRunScrap (related to tblCoilReceiving 1 to many)
tblInvoiceTo
tblMidwestPriceLess
My problem is the MidwestPrice has price increases/decreases but by
year/months not by Order; but I need to store it for historical Invoice
data. SO that I do not want to store it with the Order (table not included
in query) because it would be too much redundant data. I think I should
store it in tblCoilRunScrap but once again I dealing with redundant data AND
since I could have 10 coils on one Order I thought okay not good there
either. Then I thought of an extra table that includes CustomerID,
InvoiceID, MidwestPriceLess and just connect the price to the Invoice (I
like that one the best.) BUT I wanted to hear other opinions...
Oh and a little more history... there is a MidwestPrice but Customers pay,
let's say, less .50 the Midwest Price. It is the less .50 that needs to be
stored because the Midwest Price is always the same for the month/year.
Thanks,
Gina Whipp
Looking for suggestions, ideas, thoughts...
I have 5 tables included in my query:
tblCoilReceiving PK
tblCoilRun (related to tblCoilReceiving 1 to 1)
tblCoilRunScrap (related to tblCoilReceiving 1 to many)
tblInvoiceTo
tblMidwestPriceLess
My problem is the MidwestPrice has price increases/decreases but by
year/months not by Order; but I need to store it for historical Invoice
data. SO that I do not want to store it with the Order (table not included
in query) because it would be too much redundant data. I think I should
store it in tblCoilRunScrap but once again I dealing with redundant data AND
since I could have 10 coils on one Order I thought okay not good there
either. Then I thought of an extra table that includes CustomerID,
InvoiceID, MidwestPriceLess and just connect the price to the Invoice (I
like that one the best.) BUT I wanted to hear other opinions...
Oh and a little more history... there is a MidwestPrice but Customers pay,
let's say, less .50 the Midwest Price. It is the less .50 that needs to be
stored because the Midwest Price is always the same for the month/year.
Thanks,
Gina Whipp