S
Sandeman
Hello,
I have this problem with changing prices in tables. I have a table
tblInvoices and a table tblPrices
tblInvoices
nr. | date | product
-------------------------
001 | 1-1-03 | A
002 | 1-2-03 | B
........
tblPrices
product | price
---------------
A | $ 100,-
B | $ 200,-
Now on 1-3-03 i decide to rease the price of product A with 10% --> $ 110,-.
When i do, the prices of het invoices before 1-3-03 change with it. All
history invoices with product A become more expensive.
What is the most common thing to solve this problem? Please give me some
SQL, some table information. I can't find it anywhere.
Thanks in advance
Sandeman
I have this problem with changing prices in tables. I have a table
tblInvoices and a table tblPrices
tblInvoices
nr. | date | product
-------------------------
001 | 1-1-03 | A
002 | 1-2-03 | B
........
tblPrices
product | price
---------------
A | $ 100,-
B | $ 200,-
Now on 1-3-03 i decide to rease the price of product A with 10% --> $ 110,-.
When i do, the prices of het invoices before 1-3-03 change with it. All
history invoices with product A become more expensive.
What is the most common thing to solve this problem? Please give me some
SQL, some table information. I can't find it anywhere.
Thanks in advance
Sandeman