Going to next record after making selection from combobox

  • Thread starter Thread starter Alex Martinez
  • Start date Start date
A

Alex Martinez

Hi,

I have a form that contains a combobox of various claims examiners. My
question is How do I go to the next record automatically after a user makes
his selection? The user doesn't want to use the navaigation button. Thank
you in advance.
 
Alex said:
Hi,

I have a form that contains a combobox of various claims examiners. My
question is How do I go to the next record automatically after a
user makes his selection? The user doesn't want to use the
navaigation button. Thank you in advance.

In the AfterUpdate event of the ComboBox execute one line of code...

DoCmd.RunCommand acCmdRecordsGoToNext
 

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

Back
Top