Results 1 to 3 of 3

Thread: ADO find method

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    15

    Exclamation

    can anyone help plz
    Im trying to use the ADO find method using a variable as the
    saerch criteria
    e.g
    V_supplierName= "Disxon"

    adoRec.Find ("SupplierName=" & V_supplierName)

    but it does'nt like it?

    any ideas thanxs

  2. #2
    Hi

    Try this:

    adoRec.Find "SupplierName='" & V_supplierName &"'"

    sm

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    15
    thanks sultan!!!!.

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