cyberbiker
Programmer
I have a form with various text boxes and a single DBcombo bound to a recordset.
If I update the recordset by modifying any of the data contained in any of the text boxes as well as the dbcombo box the recordset updates properly.
If I change the value in the dbcombo box without changing any other data the update fails.
When stepping through the code I reach the .update and never reach the WillChangeRecord event of the Recordset when only the DBCombo is changed.
What am I doing wrong with the DBCombo????
Terry (cyberbiker)
If I update the recordset by modifying any of the data contained in any of the text boxes as well as the dbcombo box the recordset updates properly.
If I change the value in the dbcombo box without changing any other data the update fails.
When stepping through the code I reach the .update and never reach the WillChangeRecord event of the Recordset when only the DBCombo is changed.
What am I doing wrong with the DBCombo????
Terry (cyberbiker)