Results 1 to 4 of 4
  1. #1
    ouadad is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2017
    Posts
    2

    Simple Question

    I have database with over 400K records and I want to go to specific records, but the "Go To" dialog box only allows me to move: First, Previous, Next, Last and New. There is no Go To Record #. Is there some trick to this?

  2. #2
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,474
    DoCmd.GoToRecord acDataForm, "Employees", acGoTo, 7

    Or you can right click inside a field/column and there are filter options there.

    But You should have a combo box to allow user to select the record you want based on the value from the combo box. Usually having users scroll though all records on a form is not ideal.

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you can just type in the # on the record counter at the bottom, then press enter.

  4. #4
    ouadad is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2017
    Posts
    2
    Thanks, that was easy.

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

Similar Threads

  1. Simple Question I'm sure
    By scarruth2 in forum Access
    Replies: 1
    Last Post: 08-26-2012, 03:07 PM
  2. A simple question:
    By kosti in forum Queries
    Replies: 4
    Last Post: 10-12-2011, 11:46 AM
  3. Simple VBA Question
    By koper in forum Access
    Replies: 1
    Last Post: 01-20-2011, 12:07 PM
  4. Simple question?
    By roads.zx in forum Access
    Replies: 0
    Last Post: 10-15-2009, 04:56 PM
  5. Very simple question!
    By fiddley in forum Programming
    Replies: 2
    Last Post: 04-28-2009, 02:16 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