Results 1 to 2 of 2
  1. #1
    carstenhdk is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    May 2010
    Location
    Denmark
    Posts
    42

    Make new entry at once

    Hi





    When I load a form, I would like it to automatically jumb to new post. In stead of me having to press the "New entry"-buttom the form will automatically jumb to New post. Hów to do?



    //Carsten

  2. #2
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Add this code to the On Open Event of your form. This will ensure that a new record will be opened every time you open the form. More over you can access other entries in the form by using the navigation buttons.

    DoCmd.GoToRecord , , acNewRec

    mark the thread solved if this solves your problem.

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

Similar Threads

  1. data entry
    By ngeng4 in forum Forms
    Replies: 22
    Last Post: 03-18-2010, 07:12 PM
  2. No entry on open form
    By grant.smalley in forum Forms
    Replies: 4
    Last Post: 01-07-2010, 01:23 AM
  3. Date entry
    By kellyd in forum Access
    Replies: 3
    Last Post: 09-24-2009, 02:23 PM
  4. Table Entry Sum
    By seraph in forum Access
    Replies: 5
    Last Post: 08-15-2009, 09:49 AM
  5. Entry into subform
    By lynchoftawa in forum Forms
    Replies: 1
    Last Post: 06-17-2009, 09:28 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