This seems simple and has probably been answered many times before but I can't seem to find a good answer. I have a textbox (Windows Form) bound to a numeric field in a table. Currently every time the value changes or I move to another record I have to reset the format with something like txtCustTotal.Text = FormatNumber(CustDataRow("CustTotal"),2,). Is there a way to set the format once and keep it's formatting when the value changes?
Auguy
Sylvania, Ohio
Auguy
Sylvania, Ohio