J
jeanulrich00
Hi
I have a table containing 8 fields "allocation", "allocationCU"
"transport" "transportCU" "airfare" "airfareCU" "meal" and "mealCU"
"allocation" "transport" "airfare" and "meal" are fields with numbers
"allocationCU" "transportCU" "airfareCU" and "mealCU" are text field
and contains only 3 digit (name of currency) CAD (canadian dollar)
USD (us dollar) YEN (yen) , etc .....
I have a table "TblCurrencies" containing 2 fields "Currency" (USD,
CAD, YEN, etc ) and CurrencyRate (1.000 for USD, 1.400 for CAD, 5000
for YEN, etc...
I am building a query where I could add the 8 fields of the first
table + 4 others that would represent the currency rate for the 4
fields CU
So the result would look like this
allocation = 400 allocationCU = USD AllocationRate = 1.000
transport = 100 transportCU = CAD TransportRate = 1.400 airfare =
2000 airfareCU = YEN AirfareRate = 5000 meal = 300 mealCU = YEN
MealRate = 5000
The 400 for allocation, 100 for transport, 200 for airfare and 300 for
meal are just exemple
I am not sure if i can use dlookup, i have try but no result esch time
access tell me that it cannoy find the fiels ( in the criteria)
thanks for helping
I have a table containing 8 fields "allocation", "allocationCU"
"transport" "transportCU" "airfare" "airfareCU" "meal" and "mealCU"
"allocation" "transport" "airfare" and "meal" are fields with numbers
"allocationCU" "transportCU" "airfareCU" and "mealCU" are text field
and contains only 3 digit (name of currency) CAD (canadian dollar)
USD (us dollar) YEN (yen) , etc .....
I have a table "TblCurrencies" containing 2 fields "Currency" (USD,
CAD, YEN, etc ) and CurrencyRate (1.000 for USD, 1.400 for CAD, 5000
for YEN, etc...
I am building a query where I could add the 8 fields of the first
table + 4 others that would represent the currency rate for the 4
fields CU
So the result would look like this
allocation = 400 allocationCU = USD AllocationRate = 1.000
transport = 100 transportCU = CAD TransportRate = 1.400 airfare =
2000 airfareCU = YEN AirfareRate = 5000 meal = 300 mealCU = YEN
MealRate = 5000
The 400 for allocation, 100 for transport, 200 for airfare and 300 for
meal are just exemple
I am not sure if i can use dlookup, i have try but no result esch time
access tell me that it cannoy find the fiels ( in the criteria)
thanks for helping