Results 1 to 3 of 3
  1. #1
    cwpryor is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2013
    Posts
    2

    Form Start from new record


    Hi

    here is an overview of my database = i have 9 fields that are filled upon a pass being given out and 4 that are filled on a pass being returned,

    i would like my form to open with a new entry, but i also need it to be able to go back through old records so that the 4 fields can be completed once a pass has been returned.

    how do i do this? im fed up with the form always starting at record number one

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,610
    Put the following line of code in the form's On Open event
    DoCmd.GoToRecord , , acNewRec
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    cwpryor is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2013
    Posts
    2
    Thanks! Found a way to work it!

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

Similar Threads

  1. Replies: 6
    Last Post: 03-19-2013, 10:28 AM
  2. Replies: 1
    Last Post: 03-05-2013, 06:38 PM
  3. Replies: 15
    Last Post: 09-06-2012, 02:23 PM
  4. Replies: 4
    Last Post: 05-08-2012, 08:07 AM
  5. Start Form
    By Patrick.Grant01 in forum Access
    Replies: 3
    Last Post: 05-17-2009, 03:29 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