I'm tryin' to do a little somthin' like:
Me.cboMyCombo.List = Array(0, 25000, 50000, 100000, 250000, 500000, 1000000)
which works great, but I want those numbers to be formatted in currency with the appropriate commas, etc.
I made various attempts using the formatCurrency function, but wasn't able to find a way to do this -
I'm sure i'm overlooking something relatively simple - does anyone know how to do this?
Ah say, there's somethin' a little "eeeeeeee" 'bout a boy who don't like basbawl...
Me.cboMyCombo.List = Array(0, 25000, 50000, 100000, 250000, 500000, 1000000)
which works great, but I want those numbers to be formatted in currency with the appropriate commas, etc.
I made various attempts using the formatCurrency function, but wasn't able to find a way to do this -
I'm sure i'm overlooking something relatively simple - does anyone know how to do this?
Ah say, there's somethin' a little "eeeeeeee" 'bout a boy who don't like basbawl...