G
Guest
My previous post did not generate a solution, so here I go again. The
following SQL produces a column with 12 decimal places:
SELECT ROUND([UFS 1] / AVERAGE_COST, 1) AS [UF 1]
FROM dbo.View_Underforecast_111
Why isn't it rounding?
I tried putting a form on top of it and setting the format to show 1 decimal
place, but the result is the same!
(This project is an Access 2000-format ADP under Office 2003.)
Thanks!
following SQL produces a column with 12 decimal places:
SELECT ROUND([UFS 1] / AVERAGE_COST, 1) AS [UF 1]
FROM dbo.View_Underforecast_111
Why isn't it rounding?
I tried putting a form on top of it and setting the format to show 1 decimal
place, but the result is the same!
(This project is an Access 2000-format ADP under Office 2003.)
Thanks!