Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Thousand seperator in custom formats
Thousand seperator in custom formats
Resolved · Medium Priority · Version 2003
Paul has attended:
Access VBA course
Thousand seperator in custom formats
Hi,
I am trying to popolate KPIs into a two column list field called lstDepartmentKPIs. Each KPI may have a different format.
Whilst I know the line is picking up the custom format as it's putting brackets round negative numbers, it is not putting in the thousand seperator.
Is it something I'm doing wrong.
Me.lstDepartmentKPI.AddItem "Total Turnover" & ";" & Format(.Fields("TotalTurnover"), "
For upcoming training course dates see: Pricing & availability
RE: Thousand seperator in custom formats
Hi Paul
Thanks for the question and an easy one.
Don't use the *, use # instead.
I hope that solves your problem
Laura
|
