S
sbg2
Hello, I have been working with databases for approximately 15 years but
haven't worked much with Access. I can't figure out how to do a very simple
thing in Access and I am hoping someone can help me out.
Say I have 2 tables Item and Order_LineItem setup with a one-to-many
relationship on the ID_Item field in both tables. Table fields listed below.
Table Name: Item
ID_Item
Code
Description
Price
Table Name: Order_LineItem
ID_Order_LineItem
id_Item
Code
Description
Price
Qty
The id_Item field in Order_LineItem uses a value list of all the ID_Item(s)
in the table Item. After selecting a value from the list for Order_LineItem.
id_item I want the following fields to be set to the current related value
stored in the Item table:
Code
Description
Price
In other words Order_LineItems entered today will contain the current pricing.
But when I increase the prices 6 months down the road I want new orders to
contain the new pricing but the old orders to retain the old pricing.
Can someone please show me how to do this?
Thanks in advance.
haven't worked much with Access. I can't figure out how to do a very simple
thing in Access and I am hoping someone can help me out.
Say I have 2 tables Item and Order_LineItem setup with a one-to-many
relationship on the ID_Item field in both tables. Table fields listed below.
Table Name: Item
ID_Item
Code
Description
Price
Table Name: Order_LineItem
ID_Order_LineItem
id_Item
Code
Description
Price
Qty
The id_Item field in Order_LineItem uses a value list of all the ID_Item(s)
in the table Item. After selecting a value from the list for Order_LineItem.
id_item I want the following fields to be set to the current related value
stored in the Item table:
Code
Description
Price
In other words Order_LineItems entered today will contain the current pricing.
But when I increase the prices 6 months down the road I want new orders to
contain the new pricing but the old orders to retain the old pricing.
Can someone please show me how to do this?
Thanks in advance.