Results 1 to 5 of 5
  1. #1
    trident is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    141

    Create a button to return back to the datasheet view with all records

    I created a form with datasheet view, and I use this extensively, whenever I searched I only clicked the header and choose the item i like.



    What I need is to create a button to return back all the record in the screen.

    How can I do this.

    Trident

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    click the TOGGLE FILTER on the toolbar to turn off the filter and show all records again.

  3. #3
    trident is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    141
    Thanks for the answer, however, that is what I was avoiding to do, i am trying to reduce the number of clicks to 1.

  4. #4
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,463
    Forms![frmMain].RecordSource = "qryOriginalQuery"
    Forms![frmMain].Requery

  5. #5
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    clicking the Filter button IS 1 click.

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

Similar Threads

  1. Create a datasheet view in SharePoint
    By MacMac in forum SharePoint
    Replies: 2
    Last Post: 07-19-2019, 02:51 AM
  2. Replies: 9
    Last Post: 08-19-2014, 12:41 PM
  3. Replies: 8
    Last Post: 06-25-2014, 08:03 AM
  4. How To Add Button on Datasheet View form
    By OneToLearn in forum Forms
    Replies: 3
    Last Post: 04-11-2013, 02:18 PM
  5. Replies: 4
    Last Post: 12-01-2010, 02:42 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