K k0r54 Registered User. Local time Today, 20:21 Joined Sep 26, 2005 Messages 94 Mar 13, 2006 #1 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
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
K k0r54 Registered User. Local time Today, 20:21 Joined Sep 26, 2005 Messages 94 Mar 13, 2006 #2 All, Found out it is the form_current that does it. Thanks k0r54
P Pat Hartman Super Moderator Staff member Local time Today, 15:21 Joined Feb 19, 2002 Messages 47,523 Mar 13, 2006 #3 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.
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.