S
Steve
I have two tables of similar (but not identical) headings and different data
in each table similar to below. Prices change each day and are listed in the
prices tables
TblPrices
Date A B C
24/02/2010 2.66 3.14 1.32
25/02/2010 2.72 3.21 1.39
26/02/2010 2.62 3.14 1.30
TblCurrentPrice
Product Current Price
A 2.62
B 3.14
C 1.30
I put in a new price everyday in the TblPrice and I would like to make a
query to update the TblCureentPrice so I can then use the data from there,
elsewhere in the database but I cannot figure out how to make a query to
update the TBLCurrentPrice from TblPrice as there is no common link. Can
anybody please explain how this can be done. My Sql is extremely limited, so
step by step would be really appreciated. If it were in excel I simply use
vlookup with a cell to reference the most recent date but I don't know how or
if this can be done in Access.
in each table similar to below. Prices change each day and are listed in the
prices tables
TblPrices
Date A B C
24/02/2010 2.66 3.14 1.32
25/02/2010 2.72 3.21 1.39
26/02/2010 2.62 3.14 1.30
TblCurrentPrice
Product Current Price
A 2.62
B 3.14
C 1.30
I put in a new price everyday in the TblPrice and I would like to make a
query to update the TblCureentPrice so I can then use the data from there,
elsewhere in the database but I cannot figure out how to make a query to
update the TBLCurrentPrice from TblPrice as there is no common link. Can
anybody please explain how this can be done. My Sql is extremely limited, so
step by step would be really appreciated. If it were in excel I simply use
vlookup with a cell to reference the most recent date but I don't know how or
if this can be done in Access.