G
Greg
I have a table (A) received each month with a number value in it, for
example "Units Purchased". I have another table (B) that changes quarterly
or semi annually with a value of "Units Purchased" .
For example table (B):
Units Purchased, Discount, Last Change
100 .05 1/1/2009
200 1.0 1/1/2009
310 1.5 1/1/2008
475 2.0 3/1/2008
I would like to use the value in the field "Units Purchased" in table A. for
a lookup in table B.
For Example, if table A has a value of 175, I would like to look this value
up in table B and get the record with the "Units Purchased" value of 200,
1.0, 1/1/2009. I will the use the returned value in the query to perform
some calculations.
Can anyone point me in the direction of solving this situation in ACCESS.
For the sake of explanation, it would be similar to the functioning of the
EXCEL VLOOKUP function.
example "Units Purchased". I have another table (B) that changes quarterly
or semi annually with a value of "Units Purchased" .
For example table (B):
Units Purchased, Discount, Last Change
100 .05 1/1/2009
200 1.0 1/1/2009
310 1.5 1/1/2008
475 2.0 3/1/2008
I would like to use the value in the field "Units Purchased" in table A. for
a lookup in table B.
For Example, if table A has a value of 175, I would like to look this value
up in table B and get the record with the "Units Purchased" value of 200,
1.0, 1/1/2009. I will the use the returned value in the query to perform
some calculations.
Can anyone point me in the direction of solving this situation in ACCESS.
For the sake of explanation, it would be similar to the functioning of the
EXCEL VLOOKUP function.