Results 1 to 4 of 4

Thread: How to find a record using DataRow? (RESOLVED)

Threaded View

  1. #1

    Thread Starter
    Addicted Member AlvaroF1's Avatar
    Join Date
    Sep 2002
    Location
    SP - Brazil
    Posts
    200

    Question How to find a record using DataRow? (RESOLVED)

    VB Code:
    1. 'myRS is a DAO recordset
    2. myRS.FindFirst "FIRSTNAME='" & Text1.Text & "' AND LASTNAME='" & Text2.Text & "'"
    How to write a code using a DataRow to find a record with the criteria above?


    Thanks.
    Last edited by AlvaroF1; Aug 12th, 2003 at 03:06 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width