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"), "
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