• FindFirst (Win XP Access 2003)

    Author
    Topic
    #444972

    I am trying to learn something about this. The attached code is run from a commnd button on a form in Northwind.mdb. The FindFirst seems to have no effect. I always get our friend Davolio. The rsQuery is correct, as she is the first one in the table, Could you help me, please?

    Viewing 0 reply threads
    Author
    Replies
    • #1077599

      In the line

      Debug.Print LastName

      LastName has nothing to do with the recordset. It should be

      Debug.Print !LastName

      or

      Debug.Print .Fields("LastName")

      • #1077600

        If I could have the hours back that I have spent on this!!!!! What a dumb thing to do. Thank you.

    Viewing 0 reply threads
    Reply To: FindFirst (Win XP Access 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: