I created an activeX user control so that users can browse several records per page with the dataRepeater control. <br><br>Is it possible to update the data within the datarepeater?<br><br>So far, I am using a save button with the following code:<br><br>adodc.recordset.update<br>adodc.refresh<br>(But doesn't not update recordset)<br><br>Is there another way to do this so that the data that is changed in the datarepeater is updated?<br><br>I'm stumped!