CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Lets boogie:)ok

  1. #1
    Join Date
    Aug 1999
    Location
    TN, USA
    Posts
    4

    Lets boogie:)ok

    I am writing a program that pulls up records from Access. It simply displays the correct record on the screen. How do I find the last record in access? Do I use something like FindLast?






    Genie Applebury

  2. #2
    Join Date
    May 1999
    Location
    USA
    Posts
    23

    Re: Lets boogie:)ok

    Use Recordset.MoveLast method to go to the last record. Incase of any specific problem, feel free to ask me.


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

Featured