I have a datagrid on my form in vb 6.0 .and I also have an inbound text box for price. The data grid retrieves the price field in the data base but will only display the data in this price text box as a decimal.I am trying to get the inbound text box to display the data as currency.
I know there is some procedure I should use to get the data formatted before it is displayed in the text box.