Running a function when moving to next record

k0r54

Registered User.
Local time
Today, 20:21
Joined
Sep 26, 2005
Messages
94
Hi,

How can i run some vba cose directly after i click the move next button on the navigation but at the bottom of the form.

Thanks
k0r54
 
All,

Found out it is the form_current that does it.

Thanks
k0r54
 
The current event runs after the pointer moves to a new record. If you needed to do something to the old record before leaving it, you would need to create your own navigation buttons rather than using the default ones.
 

Users who are viewing this thread

Back
Top Bottom