Textbox databinding with table

Hi
I am using Visual basic 6 with Sql Server 2000. I have an editable textbox in my windows Form, which gets the value of a percentage field, say Tax_Rate from database. So the data field property of textbox is set to Tax_Rate. So I want to display the value to user after multiplying by 100 (%) but while saving, i need to save it after dividing by 100. So is it possible to bind the textbox using database table value and still manipulate values.If yes, how? Or I need to manually write code to divide by 100 on Save button click? Please help
[548 byte] By [guest] at [2008-3-7]