Show cuuency based on combobox (1 Viewer)

Gismo

Registered User.
Local time
Today, 03:08
Joined
Jun 12, 2017
Messages
1,298
Hi All, I have for orders form where I can select the currency, USD, EUR, ZAR... from a combo box, I want the currency selected to show in my orders detail when entering the cost of the unit. any idea how to accomplish this?
 

Ranman256

Well-known member
Local time
Yesterday, 21:08
Joined
Apr 9, 2015
Messages
4,339
you need a tCurrency table with all the denoms.
set the source of the combo to this table, you can also set the default to USD if needed.
set the target of the combo to the field in the OrderDetail table.
 

Gismo

Registered User.
Local time
Today, 03:08
Joined
Jun 12, 2017
Messages
1,298
Lol. Thank you but you will have to give it to me in plain english. Sorry
 

Users who are viewing this thread

Top Bottom