Results 1 to 3 of 3
  1. #1
    bharatdubole is offline Novice
    Windows XP Access 2002
    Join Date
    Nov 2012
    Posts
    13

    Open form to enter data

    Hi friends,


    My Issue is that, When i open form to enter data, it shows 1st record every time. should not be data in any field.

    Thanks

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    In the on load event for your form, enter the following lines of code

    Code:
    DoCmd.GoToRecord , , acNewRec

  3. #3
    bharatdubole is offline Novice
    Windows XP Access 2002
    Join Date
    Nov 2012
    Posts
    13
    Thank you Alansidman.

    Problem has solved.

    Quote Originally Posted by alansidman View Post
    In the on load event for your form, enter the following lines of code

    Code:
    DoCmd.GoToRecord , , acNewRec

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

Similar Threads

  1. Replies: 1
    Last Post: 08-24-2012, 06:50 AM
  2. Replies: 1
    Last Post: 07-16-2012, 02:10 PM
  3. Replies: 3
    Last Post: 06-17-2012, 11:55 AM
  4. contional open a form and enter data
    By tggsun in forum Forms
    Replies: 4
    Last Post: 12-08-2011, 03:48 PM
  5. Replies: 0
    Last Post: 10-12-2010, 06:08 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