JeffreyDavid
Registered User.
- Local time
- Today, 13:17
- Joined
- Dec 23, 2003
- Messages
- 63

I have my customer table and one of the fields is the Country. I have a text box (txtCurrency) on my form that I want to display the type of currency that country uses. If country is Canada then currency is CDN, if anything else currency is US. I pretty sure I'd use an If Else statement but not sure about the code.
Any ideas?