Hi,
Is it possible to change the default currency at run time. Our user's regional settings are set up to be Sterling, however they want to use our system for 2 databases, one showing Sterling and one showing Dollar. Is is possible to change the default currency for the exe that is ran to show Dollar. I know I can do the following:
strCurrencyFormat = "$0.00" and then use
format (100.23,strCurrencyFormat)
however is it possible to still use
format (100.23,"Currency"
Thanks.
Richard.
Is it possible to change the default currency at run time. Our user's regional settings are set up to be Sterling, however they want to use our system for 2 databases, one showing Sterling and one showing Dollar. Is is possible to change the default currency for the exe that is ran to show Dollar. I know I can do the following:
strCurrencyFormat = "$0.00" and then use
format (100.23,strCurrencyFormat)
however is it possible to still use
format (100.23,"Currency"
Thanks.
Richard.