Results 1 to 6 of 6
  1. #1
    kardo is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    5

    How to create pagination for multiply records

    Hi,
    How to create pagination for multiply records i find some solution but i don't get the final solution
    there is a query i created but it don't work
    SELECT t.client_name
    FROM (SELECT TOP 15 id, client_name FROM (SELECT TOP 10 id, client_name FROM dbo_contract ORDER BY client_name, id) AS foo ORDER BY client_name DESC , id DESC) AS bar INNER JOIN dbo_contract AS t ON bar.id = t.id


    ORDER BY bar.client_name, bar.id;

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Why doesn't it work - error message, wrong results, nothing? What do you mean by 'pagination'? How would this occur in a query?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    kardo is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    5
    i mean in form not show all record show only 10 record and paging to show another records i searched but i don't get result.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I've never done that. Why do you need to?

    Bing search: access form pages

    Get a lot of hits.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    kardo is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    5
    I want like this picture below
    Click image for larger version. 

Name:	Untitled.png 
Views:	13 
Size:	87.7 KB 
ID:	13678

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Only method I am familiar with is to set the db to Overlapping Windows, then size the form to show only 10 records.

    I don't know about programming buttons to navigate 'pages'. Never seen anything. That's why forms have scroll bar and what search/filter is for. How would you determine the number of 'pages'? How would you create the buttons to fit the number of 'pages'?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 2
    Last Post: 05-28-2013, 04:00 PM
  2. Opening multiply Forms?
    By djclntn in forum Forms
    Replies: 10
    Last Post: 04-02-2013, 04:20 PM
  3. Replies: 1
    Last Post: 02-16-2013, 11:36 AM
  4. Ado update for multiply records
    By thanosgr in forum Access
    Replies: 26
    Last Post: 03-16-2012, 01:26 PM
  5. Pagination issues
    By stupesek in forum Reports
    Replies: 2
    Last Post: 09-01-2010, 10:43 AM

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