I Need to Select a record in a Subform so I can add new values to some of the fields in that record<br><br>I tried this but it does not do anything<br>--------------------<br> Dim f As Form, rs As Recordset<br> <br> 'Define the from object and recordset object for the AutoCAD form<br> Set f = Me![Drawings to Print subform].Form<br> Set rs = f.RecordsetClone<br> rs.MoveLast<br> Debug.Print rs.RecordCount<br> <br> ' define the criteria used for the sync<br> SyncCriteria = "[Part Number]= " & Chr$(39) & Me![Text24] & Chr$(39)<br> <br> ' find the corresponding record in the Parts table<br> rs.FindFirst SyncCriteria<br> f.Bookmark = rs.Bookmark<br>------------------------- <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.