B
BillyRogers
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
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