
Problem updating a recordset after changing the data in a formatted databound textbox
I have a group of textboxes bound to several fields in an Access 97 table
using ADO in VB 6 on win9x machines. The textboxes are using the standard
percent format ("0%" format string). They work fine until the user tries to
change the values in the textboxes. When it goes to update we get the
'The change was canceled during notification; no columns are changed'
run-time error. If I remove the formatting we can change and update the new
values just fine but we would really like to have the data formatted if
possible. Anyone know what I'm doing wrong?
Chris Lande
Pyromation Inc.