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
tnx for the help
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, "#.#")