Bound controls not updating ADO with adodc.recordset.update command

Bound controls not updating ADO with adodc.recordset.update command

Post by Tim McTavis » Fri, 16 Oct 1998 04:00:00



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?