change format in fields
change format in fields
(OP)
Hi, I need know how change formats in calculate fields. For example:
Number3 =[Number1*Number2]
Number3 = 1500*80
Number3 = 120000
I need view 120.000,00 and not 120000, how act?...
Zaratusta
Number3 =[Number1*Number2]
Number3 = 1500*80
Number3 = 120000
I need view 120.000,00 and not 120000, how act?...
Zaratusta
RE: change format in fields
If that is the case, use the Cost fields instead:
[Cost1]*[Cost2]
If you do not want the $ to show, go into Tools, Options, View tab and remove.
Hope this helps!
J Black
www.pmconnection.com
RE: change format in fields
Format(Number3," #.##0,00")
Ok, the idea is CUSTOMISE FORMAT for calculate field, other question and excuse me...; how CUSTOMISE FORMAT for calculate field in porcent (%)...
Number1 = 10
Number2 = 5
Number3 = (Number1*Number2)
Number3 = 10 * 5
Number3 = 15
Ok, I need visualize the calculate field (Number3) how 15% and not simply 15.
Greetings;
Zaratusta
PS: Please, excuse my english it's not very good...