dortoh
01-13-2002, 05:32 PM
Rounding Up
I have some money tables that display one products prices. I would like to be able to round to .05 ¢. For instance, 2.54 should equal 2.55 and 2.56 should equal 2.60. I hope this is possible?
Extra Info:
1. The queries create make-tables that eventually get displayed on the web: http://www.kcscott.net/ASP_AdjustableWallorBeamSleeve.asp#Price
2. Here is the querry code to date:
4-7: Format((tblAdjustableWallBeamSleeve![4-7]*Forms!frmPercentage![Percentage])+tblAdjustableWallBeamSleeve![4-7],"$#.00")
To look more professional...I would like to round. Thanks in advance for your alls time.
Dortoh
I have some money tables that display one products prices. I would like to be able to round to .05 ¢. For instance, 2.54 should equal 2.55 and 2.56 should equal 2.60. I hope this is possible?
Extra Info:
1. The queries create make-tables that eventually get displayed on the web: http://www.kcscott.net/ASP_AdjustableWallorBeamSleeve.asp#Price
2. Here is the querry code to date:
4-7: Format((tblAdjustableWallBeamSleeve![4-7]*Forms!frmPercentage![Percentage])+tblAdjustableWallBeamSleeve![4-7],"$#.00")
To look more professional...I would like to round. Thanks in advance for your alls time.
Dortoh