I have a textbox that calls info from a db query, the value is supposed to be currency and it appears that way in the db container, however, when running the VB app, the values are being shown as integer...is there a solution to correct this, or perhaps I need to set a format in the db (it wont allow me to do a data format within VB)? Please help!
Side Note: I have tried using a format but it doesnt seem to work, unless I'm placing the code wrong...?
Subtotal.Text = Format(MyCurr, "$##0.00"
Side Note: I have tried using a format but it doesnt seem to work, unless I'm placing the code wrong...?
Subtotal.Text = Format(MyCurr, "$##0.00"