J
Jeanke
Hello all,
have 1 table that has field currency which contains the
currency type like USD,EUR,GBP,...
Have 2nd table that has the values for the currencies over
the years
fields : currency, year, value
In a query I want to create a field that looks up the
value of the currency in table 1 for a specific year.
tried this :
Dlookup("[currency]","table2",[table2]![currency]"=2005)
but this doesn't give me nor an error, nor a value.
What am I doing wrong
have 1 table that has field currency which contains the
currency type like USD,EUR,GBP,...
Have 2nd table that has the values for the currencies over
the years
fields : currency, year, value
In a query I want to create a field that looks up the
value of the currency in table 1 for a specific year.
tried this :
Dlookup("[currency]","table2",[table2]![currency]"=2005)
but this doesn't give me nor an error, nor a value.
What am I doing wrong