Results 1 to 2 of 2

Thread: FindLast Method for ADO

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    8

    Unhappy

    In DAO when finding data it is possible to use the .FindLast method to find the last matching record.

    Does anyone know a simple way to code this using
    .Find in ADO ?

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696

    Wink

    Hi Paul

    All you need to do is

    recordset.FindLast "Fieldname = 'ABC'"

    and it will search fom the last record backwards.

    The Field just has to be in the recordset your searching

    Hope this helps

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

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