98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum 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"), "
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
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Deleting duplicate records from a tableYou cannot delete records tables where there duplicate records. A way around this is to create a new table which wont hold the duplicates. and then deleting the old table. |