Missionary family member is asking for my/your help. (I do vfp6)He is looking to add a new row of data. To follow is his code:<br>I=vector &&virtual table<br>For I=0 to Find<br> Data1.Recordset.Addnew<br> Data1.Recordset.Fields("Libro"=Data1<br> Data1.Recordset.Fields("Folio"=Data1<br>and so on to name each of the fields on the form. The form<br>finishes as:<br> Data1.Recordst.Fields.Update<br> Next1<br> Unload Baut_nombre<br>This is a trigger behind btn (add on) in frame 2 and the data rows are in frame 1. <br>Appreciate your feedback or direction to a threadminder you could refer to. . .<br>THX in advance <br>Bill