I have a table where I am storing the entire Price History (tblPriceHistory) of each product being sold.
The table is very simple. Contains the following fields:
ProductID,
UnitPrice,
BeginDate,
EndDate.
On one of my forms in the database, I currently have a Line Chart that displays the price...