Results 1 to 3 of 3
  1. #1
    ves is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    2

    Last record - more then one


    Hi guys,

    Is there a way to build query to find for example last 5 records from table??

    Thanks

  2. #2
    DatabaseMakers is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2012
    Location
    London
    Posts
    12
    SELECT TOP 5 YourTable.*
    FROM YourTable
    ORDER BY YourTable.ID DESC;

    ..if you have an id in your table!~)

  3. #3
    ves is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    2
    Thanks a lot. It works.

    Solved.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 10-19-2012, 04:30 PM
  2. Replies: 3
    Last Post: 08-26-2012, 10:04 PM
  3. Replies: 5
    Last Post: 08-21-2012, 12:30 PM
  4. Replies: 14
    Last Post: 05-25-2012, 02:40 AM
  5. Replies: 4
    Last Post: 07-22-2011, 12:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums