Load record event

Super Suarez

Registered User.
Local time
Yesterday, 21:18
Joined
Jul 10, 2013
Messages
36
Hi guys,

I want to run some vb code when I use the next/back/new buttons on the defult windows navigation at the bottom of a form. How do I run that code? is there a Form_load() type function I can put it in?
 
Thanks for that. I can run some code on a new event too inside that function:-


if me.NewRecord then
....

end if

Thank you again
 

Users who are viewing this thread

Back
Top Bottom