R
Rossy
Is it possible to truncate the number that is the result of a query to 2
decimals??
(it's a %)
Thanks
decimals??
(it's a %)
Thanks
Rossy said:I've got this in the structure of a query
Percentuale: [Acquisto]/[Netto]*100
Acquisto and Netto are 2 values of the table
I need Percentuale to be round to two decimals
Warrio said:Hi!
You can use the functions Round(number, nbDec) or Format(Number,"0.00")
"Rossy" <[email protected]> a écrit dans le message de
[email protected]...