I'm trying to use Dlookup in a query and just can't seem to get it setup right. The Query is based on table: Coin Collection Table.
I'm trying to pull Exchange Rate from a table 'Coin Country Table' into my query. This is what I've got
Exchange Rate: DLookUp("[Exchange Rate]","[Coin Countries Table]","Country=" & [COUNTRY])