Hi Jhon!, Thank you to answer me! (the same as Mr.Gill)...
Ok, the situation that I need to change the format to a number that has
single comas decimals and to add him point to separate thousands to show
it:
12.123,85
and not
12123,85
(represent decimal coma and unit of thousands point).
I imagine that the format is similar to the percentage format.
The idea it's not use VBA.
thank you again friend!...
John said:
Jorge Martínez said:
Hello to all!... How I can change the format to a text field, I need for
example to convert two format classes, one with comas (of 12366,22 at
12.366,22) and another to percentage (of 12.33 to 12.33%).
Tanks in advance!...
Jorge
Jorge,
I don't understand your first format "class" at all (12366,22 at
12.366,22). Maybe its just a format I'm not familiar with.
As far as the second example goes, use the format function
Text1=Format([your field]/100,"#.00%").
John
Project MVP