execute some code when moving between records

  • Thread starter Thread starter moony marouane
  • Start date Start date
M

moony marouane

Hi All,

How to execute some code when moving between records in an access 2000 form
without adding new buttons in the form and use the click event????

Thanks in advance
Moony
 
Moony,
Use the OnCurrent event of the form. Every time you move to a record, the code will
fire.
 
Thanks a lot Al Camp
That's exactly what I was looking for.
Many thanks again.
Moony
 

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