SELECT REPLACE(STR(3.14,5,1),' ','0')
SELECT Cast('003.14' as money),Cast('0054' as int)
Right$("000" & "12",3)