execute some code when moving between records

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
 
A

Al Camp

Moony,
Use the OnCurrent event of the form. Every time you move to a record, the code will
fire.
 
M

moony marouane

Thanks a lot Al Camp
That's exactly what I was looking for.
Many thanks again.
Moony
 
Top