T
TJAC
I have a query and would like to add a decimal place after a whole number,
followed by a zero. I have this formula in my query
(Round((([Landed_Cost]-[Invoice_Cost])/([Invoice_Cost])),4)*100). Which
displays 3.12, however if the answer is 3, I would like for it to display
3.0, is there a way to do this without exporting it to Excel to achieve the
results I would like?
Thanks in Advance,
followed by a zero. I have this formula in my query
(Round((([Landed_Cost]-[Invoice_Cost])/([Invoice_Cost])),4)*100). Which
displays 3.12, however if the answer is 3, I would like for it to display
3.0, is there a way to do this without exporting it to Excel to achieve the
results I would like?
Thanks in Advance,