Hi,
I have a query the holds a singe value, an exchange rate. I would like to have a second query that uses this result to calculate the proper value. So the calculated field would becom:
where tbl_pim_itemlist is a linked table, and the query q_exchangerate is not.
If I use the result as I would do with a table, I get a prompt for a parameter. I'm not sure if it is possible to solve like this, can anybody shed some light on this?
BTW
I know how to solve this in VBA, but it would involve a lot of queries to be altered.
EasyIT
"Do you think that’s air you're breathing?
I have a query the holds a singe value, an exchange rate. I would like to have a second query that uses this result to calculate the proper value. So the calculated field would becom:
Code:
Sales FOBk: [tbl_pim_itemlist]![Sales FOB]*[q_exchangerate]![ExchangeRate]
where tbl_pim_itemlist is a linked table, and the query q_exchangerate is not.
If I use the result as I would do with a table, I get a prompt for a parameter. I'm not sure if it is possible to solve like this, can anybody shed some light on this?
BTW
I know how to solve this in VBA, but it would involve a lot of queries to be altered.
EasyIT
"Do you think that’s air you're breathing?