RexesOperator
Registered User.
- Local time
- Yesterday, 21:19
- Joined
- Jul 15, 2006
- Messages
- 604
Well if you won't answer about changing label formats based on text-box values perhaps you'll have a look at this. And I have searched this and other sites.
I have a report that I have to be able to output in French as well as English (Canajian eh?). I have the regional settings in Canadian English because everything else I do is in Canadian English. I don't want to change the settings to Canadian French because of the complications this causes with the rest of the program.
I have no problem manually entering the diacritic marks for alphabetical characters, but how do I change the decimal point in numbers to a comma? And put the currency symbol after the amount? ie $10.15 (English) = 10,15$ (French). For non-currency amounts, 0.32 = 0,32
I suspect the answer is using the split function, but I have no idea how to apply it. Or (ideally) can a function be built to do this? Remember I don't know VBA and may need some hand-holding on this one.
I have a report that I have to be able to output in French as well as English (Canajian eh?). I have the regional settings in Canadian English because everything else I do is in Canadian English. I don't want to change the settings to Canadian French because of the complications this causes with the rest of the program.
I have no problem manually entering the diacritic marks for alphabetical characters, but how do I change the decimal point in numbers to a comma? And put the currency symbol after the amount? ie $10.15 (English) = 10,15$ (French). For non-currency amounts, 0.32 = 0,32
I suspect the answer is using the split function, but I have no idea how to apply it. Or (ideally) can a function be built to do this? Remember I don't know VBA and may need some hand-holding on this one.