JeffreyDavid
Registered User.
- Local time
- Today, 18:09
- Joined
- Dec 23, 2003
- Messages
- 63
I have a form with our customer information which includes currency, like US or CDN. I need the ExtPrice to check the txtExchangeRate and if 'CDN' then ExtPrice = txtExtPriceCdn, but if 'US', I need txtExtPriceUs = txtExchangeRate * ExtPrice. But I need to put this into a If Else statement.
Can anyone help?
Can anyone help?