padesbiens
New member
- Local time
- Today, 09:42
- Joined
- Mar 14, 2012
- Messages
- 3
I am a new Access user and need assistance with a combo box on a form. Combo box "cbCountryName" allows the user to choose a country (with the control source from table "tblCountry"). When a specific country is chosen, I want the associated foreign exchange rate "CurrentFXRate" which is also stored in tblCountry to be displayed in a textbox below. I have been trying SetTempVar but haven't had any luck...Can anyone help? Thanks!