Results 1 to 3 of 3
  1. #1
    joaofigu is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Apr 2019
    Posts
    5

    Button form/subform add/remove first 100 records

    Hi there,


    i have a Form that reads a subform from a table , and i have a field Yes/No, i woul like to add a bitton in a form tha selects the first 100 records( for example) and if i click agaian add more 100 and another do remove 100 each time.

    can somebody help me?

    Thanks.

  2. #2
    Uncle Gizmo is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2016
    Posts
    26
    This doesn't come up very often but when it does you will probably find it under the search term "pagination"

    Sent from my Pixel 3a using Tapatalk

  3. #3
    joaofigu is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Apr 2019
    Posts
    5
    Thanks, i will search for this!!.

    i ve already something like this:

    Dim rs As DAO.Recordset


    Set rs = Me!SFrm_Contentor.Form.RecordsetClone


    While Not rs.EOF
    rs.Edit
    rs!GoYesNo.Value = True
    rs.Update
    rs.MoveNext
    Wend


    Set rs = Nothing

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

Similar Threads

  1. Replies: 4
    Last Post: 06-06-2017, 04:26 AM
  2. get and remove records form recordset
    By xopherira in forum Programming
    Replies: 6
    Last Post: 11-06-2015, 02:40 PM
  3. Replies: 2
    Last Post: 06-17-2015, 12:20 PM
  4. Replies: 2
    Last Post: 07-10-2011, 07:22 PM
  5. Replies: 0
    Last Post: 07-26-2010, 04:36 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