S
Sam Hobbs
In the OnCurrent event, how can I determine that it is the first occurrence?
There are probably many ways to do this.
What I was trying to do is to check to see if the subform (actually the form
in the subform) is valid. I have a form with two subforms and one subform is
accessing the other subform. This works, except not for the first occurrence
OnCurrent event.
So I am looking for a function such as IsObject or VarType that can
determine that the (form in the) subform is valid. I can probably use "On
Error" if there is not a more direct way.
What would be a good way to detect that the OnCurrent event is the first
occurrence?
There are probably many ways to do this.
What I was trying to do is to check to see if the subform (actually the form
in the subform) is valid. I have a form with two subforms and one subform is
accessing the other subform. This works, except not for the first occurrence
OnCurrent event.
So I am looking for a function such as IsObject or VarType that can
determine that the (form in the) subform is valid. I can probably use "On
Error" if there is not a more direct way.
What would be a good way to detect that the OnCurrent event is the first
occurrence?