afterscroll event

S

souris

I need write some code when after user scroll the data.
Are there any equivalent event for MS Access?

Any information is great appreciated

Souris
 
S

Sergey Poberezovskiy

In Access whenever the current record changes,
Form_Current event is fired.

HTH.
 
Top