hi guys i need some suggestion....
right now i have a table that store a price, the structure is like this:
table : values
fields: date_purchase,item,price
And i also have a report that shows total sum of all item's price, i make it by building a query to sum all the price of every item...
the problem is, i want to track the changes of the price... because time to time the price is changing. and i would like to make a report that have this structure:
date_purchased item price
17/02/08 a 20$
28/03/09 a 30$
and if i stored the new price on the field price, it will changes the total sum of the price that i usually make on my report, because item a is now worth of 30$ not 50$
so is there any suggestion? should i make a new field to store the new price?
thanks...
right now i have a table that store a price, the structure is like this:
table : values
fields: date_purchase,item,price
And i also have a report that shows total sum of all item's price, i make it by building a query to sum all the price of every item...
the problem is, i want to track the changes of the price... because time to time the price is changing. and i would like to make a report that have this structure:
date_purchased item price
17/02/08 a 20$
28/03/09 a 30$
and if i stored the new price on the field price, it will changes the total sum of the price that i usually make on my report, because item a is now worth of 30$ not 50$
so is there any suggestion? should i make a new field to store the new price?
thanks...