add commas to calculated value in label

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to format the number that is retruned by the expression lSize/1000 in
the following code with comma separators like this 999,999,999.

I can't seem to figure out how to do this in code.

Me.Label3.Caption = "Total Size = " & lSize / 1000 & " Kilobytes"


--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003
 
Back
Top