Results 1 to 3 of 3

Thread: runtime error 3251

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Malaysia
    Posts
    90

    Question

    I have created a very simple data entry form. Inside this form I have a <find> button and a data component. I received this error message whenever the find button is clicked.

    Run time error "3251"
    Operation is not supportd for this type of operation


    private sub cmdFind_click()
    SearchStr$ = "123456"
    Data1.Recordset.Index = "EmpID"
    Data1.Recordset.Seek "=", Searchstr$

    If Data1.Recordset.NoMatch Then
    Data1.Recordset.MoveFirst
    End If

    end sub


    Regards
    CT

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    ADO or DAO? (Bets ADO)

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Malaysia
    Posts
    90
    I am usin Dao..

    Regards
    CT

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