Posted by SQL on 10/01/79 11:28
It should be done in VB but you can do it like this select case field when < 0 then '-' + convert(varchar,field) else '+' + convert(varchar,field) end MoneyField from TableA I don't know whatt you want to display for 0.00 http://sqlservercode.blogspot.com/
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming