Thanks to everyone. Here's my dilemma. I used the dataform wizard to generate all the sql statements, and if you ever seen what it generates it's a mess to go in and format the numbers in the Select statement. If I had written it manually, that's what I would have done.
I am not trying to format the numbers in the dataset, but rather in the text boxes that the dataset is bound to. The probelm is I can format the numbers without the change event firing, but when the user clicks in the the textbox, I want the formatting to be removed. When I remove the formatting is when the dataset thinks changes have ocurred. So what I want to do, is disable the change event handler on enter in the text box, remove the formatting, and then turn the event handler back on. By the way, this is a windows application. Any ideas? Thanks