Results 1 to 6 of 6
  1. #1
    Bobcoop103 is offline Novice
    Windows 7 Access 2003
    Join Date
    Aug 2010
    Posts
    3

    Open to new record

    I have access 2007 on a Win 7 computer, I have many entries and enter new records daily, I have to page down through many pages to get to New, is there some way that I can open to New every time I open access?

    Thanks, Bob

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    Presuming you still want the old records available for viewing, use

    DoCmd.GoToRecord

    in the load event of the form, with the appropriate arguments.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    ketbdnetbp is offline Competent Performer
    Windows 7 32bit Access 2003
    Join Date
    Mar 2011
    Location
    Midwest
    Posts
    254
    Bobcoop103 -

    If you are entering the records via a form, you could set the DataEntry property of the form to True. However, before doing so, you may want to make a copy of the form, in case you need to view all records at some point.

    All the best,

    Jim

  4. #4
    ketbdnetbp is offline Competent Performer
    Windows 7 32bit Access 2003
    Join Date
    Mar 2011
    Location
    Midwest
    Posts
    254
    Sorry Paul - Didn't see your post before replying. Jim

  5. #5
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    Quote Originally Posted by ketbdnetbp View Post
    Sorry Paul - Didn't see your post before replying. Jim
    No problem! By the way, rather than use a copy for viewing existing records, I'd use a single form and control the mode with the appropriate argument of OpenForm. I'm lazy, and don't want to maintain two forms when one will do.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  6. #6
    ketbdnetbp is offline Competent Performer
    Windows 7 32bit Access 2003
    Join Date
    Mar 2011
    Location
    Midwest
    Posts
    254
    Paul - You're absolutely correct. Thanks for the reminder. Jim

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

Similar Threads

  1. Replies: 3
    Last Post: 08-26-2012, 10:04 PM
  2. Replies: 1
    Last Post: 05-03-2012, 02:25 PM
  3. Open to Last Record
    By djclntn in forum Queries
    Replies: 9
    Last Post: 03-29-2012, 08:18 PM
  4. If record does not exist, open add new record form
    By RobertIngles in forum Programming
    Replies: 2
    Last Post: 02-01-2011, 08:47 AM
  5. On Open to certain record
    By jlclark4 in forum Reports
    Replies: 6
    Last Post: 01-19-2011, 01:08 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