Hello
I am trying to create a cost tracking table & query
have created a table with Item_Id, Date, Latest Price
so eventually I will have a table of dates and latest price for item1, 2, 3, etc
How is the best way to show data in a single row the price trend for a Item 1 (row 1), Item 2 row 2, etc, can this be done in a query?
so Rew 1 would show Item 1, then cost (date1), cost (date2), cost (date 3) etc
I tried a cross tab query but that didnt work
Hope this is clear