G Guest Apr 26, 2006 #1 I have a form, and I would like to know which event occurs when you move between record using navigations buttons?
I have a form, and I would like to know which event occurs when you move between record using navigations buttons?
G Guest Apr 26, 2006 #2 The OnCurrent event of the form, it runs every time you move to another record.
B BeruthialsCat Apr 26, 2006 #3 This link should tell u all the events that trigger in sequence http://office.microsoft.com/en-gb/assistance/HP051867611033.aspx HTH
This link should tell u all the events that trigger in sequence http://office.microsoft.com/en-gb/assistance/HP051867611033.aspx HTH
G Guest Apr 26, 2006 #4 It works, many thanks!! Asandrej Ofer Cohen said: The OnCurrent event of the form, it runs every time you move to another record. Click to expand...
It works, many thanks!! Asandrej Ofer Cohen said: The OnCurrent event of the form, it runs every time you move to another record. Click to expand...
W Wolfgang Kais Apr 26, 2006 #5 Hello "asandrej" asandrej said: I have a form, and I would like to know which event occurs when you move between record using navigations buttons? Click to expand... It's the "current" event.
Hello "asandrej" asandrej said: I have a form, and I would like to know which event occurs when you move between record using navigations buttons? Click to expand... It's the "current" event.