Hi
I am finding it difficult to use Form_Current() event of a subform.
It gets called automatically. I changed the tab order so that the Sub Form with Form_Current() event came first or in the end in the order; but this doesn't resolve the problem.
Interestingly, if one of the controls on the form gets focus, the Form_Current() gets called.
Any idea how to get rid of this?
Thanks
qi
I am finding it difficult to use Form_Current() event of a subform.
It gets called automatically. I changed the tab order so that the Sub Form with Form_Current() event came first or in the end in the order; but this doesn't resolve the problem.
Interestingly, if one of the controls on the form gets focus, the Form_Current() gets called.
Any idea how to get rid of this?
Thanks
qi
Comment