Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42215

[RESOLVED] how to format a tax value of % like 1.18% or 1.17% or 1.16% and so on...

$
0
0
hey
im trying to format a tax value when i load the Database to show in the listview

i did something like this but something im missing the listview show me 1.2 not what i have in the database 1.18 & 1.17

Code:

Itm.SubItems(11) = Format(RS!InvTax, "#.#")
tnx for the help

Viewing all articles
Browse latest Browse all 42215

Trending Articles