D
dshemesh
Hello,
I'm using the code line: DoCmd.GoToRecord , , acPrevious (OR
DoCmd.GoToRecord , , acNext) In a few forms in my program.
The thing is that in a few forms this command automatically takes me to the
Form_BeforeUpdate() method (and afterwards to the Form_Current() method), and
in other forms it goes straight to the Form_Current() method, and never gets
to the Form_BeforeUpdate() method.
Why does this difference occur and how can I avoid it?
Thank you.
I'm using the code line: DoCmd.GoToRecord , , acPrevious (OR
DoCmd.GoToRecord , , acNext) In a few forms in my program.
The thing is that in a few forms this command automatically takes me to the
Form_BeforeUpdate() method (and afterwards to the Form_Current() method), and
in other forms it goes straight to the Form_Current() method, and never gets
to the Form_BeforeUpdate() method.
Why does this difference occur and how can I avoid it?
Thank you.