|
-
Oct 7th, 2002, 08:18 AM
#1
Thread Starter
Member
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.
-
Oct 7th, 2002, 09:22 AM
#2
Frenzied Member
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
-
Oct 7th, 2002, 09:41 AM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|