I have a SELECT statement in Access 2000 that contains the following:<br>Format([UnitPrice]/[Weight],'$0.0000') AS expr1<br><br>I am looking for an equivalent in SQL Server, but have yet to find it. The SELECT statement is the source for a ListBox in an Access 2000 Project.<br><br>Any ideas on how I could format the column in the list box to have a $ and display 4 decimal places? If the number is like "3.34", I want it to format to "$3.3400".<br><br>Thanks for your help!<br>Arnold