Results 1 to 3 of 3

Thread: Open form to last record

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    5

    Post

    I am working in Access and want to be able to open the form to the last record instead of the first. Even better would be to open it one past the last record to allow for update without seeing the existing data of the last record. Thanks for any help.

    ------------------
    Thanks in advance,
    Stanley
    [email protected]
    ICQ: 676835
    *~*~*~*~*~*~*~*~*~*~*~*~*
    All typos are the cause
    of sleep deprivation and
    constant headbanging on
    the keyboard.
    *~*~*~*~*~*~*~*~*~*~*~*~*


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    On your Access form's load event (or similar) use the movelast function, then an addnew function to get to the last record, then add a new one.

    (sorry, I didn't try it out...)

    HTH

    Tom

  3. #3
    New Member
    Join Date
    Nov 1999
    Posts
    1

    Post

    Or alternatively you could set up the workgroup and security options in access (tools->security) and allow the user only to insert records on that table and not to view them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width