I have a form with several textboxes containing data from an Access database. If the user changes one field, I would like to update only that field.
Using Update, updates all the fields.
I have a problem with this, because I do not want to store decimal points or -'s in my database, but I want to be able to display them in the textboxes after the change has been entered. With updating all the fields, the -"s and decimal points I have added after the first update are then added to the database when the next change is made.
Thank you
Catrina [sig][/sig]
Using Update, updates all the fields.
I have a problem with this, because I do not want to store decimal points or -'s in my database, but I want to be able to display them in the textboxes after the change has been entered. With updating all the fields, the -"s and decimal points I have added after the first update are then added to the database when the next change is made.
Thank you
Catrina [sig][/sig]