next record

  • Thread starter Thread starter jcahi
  • Start date Start date
J

jcahi

I have textBox on a form. I want to write a onChange event that will go to
the next record on the form.

I need the code of the Sub.
thanks
 
Add this code to the AfterUpdate event. The change event
would fire too many times.

DoCmd.GoToRecord acDataForm,Me.Name,acNext


Chris Nebinger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

on change 2
PowerPoint Shuffle (swap) objects on PPT slides with the same name only 0
OnChange Event 4
Access Form Refresh 1
Go To Next Record 1
Records in Subforms 1
Setfocus on main form from subform? 1
Access Open Form with WhereCondition 6

Back
Top