There is a table which contains the Currency Name and the Currency Code for which I created 2 combo boxes; one for Currency Name and one for Currency Code.
I then created a form with these fields; Date, Currency Name, Currency Code, and Foreign Exchange rate to populate a Table call Foreign Exchange Rates.
The user enters the form and inputs the Date, then uses the Combo box on the "Currency Name" field and selects Japanese Yen. The associated "Currency Code" for Japanese Yen in JPY. I would like the selection of the Currency Name to drive the selection of the Currency Code. Selecting Currency Name Japanese Yen populates the Currency Code field with JPY
As the form is now, the user must enter both the Currency Name and the Currency Code and can select Codes which do not apply to the Name; i.e. Japanese Yen / USD.