RollingMoose
Programmer
I have an ADO Data Control on a form that is bound to various textboxes. I also have combo boxes that pass values back and forth to these textboxes. I have tried to do the following with a command button when the user wants to make changes and update the recordset:
adoDataControl.adoRecordset.Update
However, it doesn't always perform the update on all the textboxes. Any ideas on why this update won't work correctly or what I should look for? Perhaps I should just move to all code and drop the ADODC............Thanks for any suggestions.
adoDataControl.adoRecordset.Update
However, it doesn't always perform the update on all the textboxes. Any ideas on why this update won't work correctly or what I should look for? Perhaps I should just move to all code and drop the ADODC............Thanks for any suggestions.