Bound controls not updating ADO with adodc.recordset.update command
Bound controls not updating ADO with adodc.recordset.update command
Author
Message
Tim McTavis #1 / 1
Bound controls not updating ADO with adodc.recordset.update command
I have a form with several text boxes as part of a control array. Each is bound to one of two ado data controls. The data controls are part of a control array also, adodc(0) and adodc(1). In my Lost Focus event of the text boxes I have the statement, adodc(Index).Recordset.Update. Sometimes it updates the database and sometimes it doesn't. Any ideas?