I am using ADO in Access2000. I find out that with ADO, the find method can only search one field. <br><br>for example: rst.find "lastname='" & jack & "'"<br><br>So how can I search two fields together in ADO? (for example, lastname and firstname together)<br><br>Thanks in advance.<br><br>seaport