I have a form bound to an access table via ADO. Several txt boxes that get their value based on what the user selects with several option boxes. If new record, all is well. If editing existing record, controls function normally, and txt boxes show new values. If the user only uses the option boxes to edit the values, and clicks save, the record is not updated in the database, and no errors are generated. However, if the user manually enters any txtbox and makes any change, all updates are saved correctly, including those changed with the option boxes. Make me think there is some change flag set somewhere that I do not know about that needs to be set in the click event of the option boxes.
Any help appreciated...thanks
-js
Any help appreciated...thanks
-js