Results 1 to 3 of 3

Thread: Addnew... (solved)

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    43

    Addnew... (solved)

    In Access 2000...

    I have a "new record" button that add the new record using vb, that works fine, but the control in the lower left corner is not having a new record. It had a total of, for example, 7 records, it create one new, and the 8th one doesn't show up in the total. How do I "actualise" this control? Cause I do that

    DoCmd.GoToRecord , , acLast

    and it gives me the 7th record instead of the 8th one.
    Last edited by lpgodin123; Oct 7th, 2002 at 09:41 AM.

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Try doing a refresh of the control to refresh the recordset and then it should display the 8th record.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    43
    Finaly, it was requery, thanx for the cue

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