Hello,
I have a SQL server column of type money. On my VB 2005 form I would like to show the value as $410.01. If I use a textbox I get 410.0100. I have tried to use the custom mask (no currency in my default list) by using both "$#,###.00" and "$9,999.00" what I get is "$4100.1_". If I put use "$#,###.00;;\" then it shows the ";;\" at the end of the value.
How can I get the avlue I want? We may have numbers as large as several million.
Thank you,
djj
I have a SQL server column of type money. On my VB 2005 form I would like to show the value as $410.01. If I use a textbox I get 410.0100. I have tried to use the custom mask (no currency in my default list) by using both "$#,###.00" and "$9,999.00" what I get is "$4100.1_". If I put use "$#,###.00;;\" then it shows the ";;\" at the end of the value.
How can I get the avlue I want? We may have numbers as large as several million.
Thank you,
djj