Hello,
I have a question how can I retrieve the pointer to underlying form in a tabbed form. If I use the following code,
Dim frm As Form
Set frm = Screen.ActiveForm
it returns pointer to the tabbed form itself. I need to get hold of the pointer to the form that is currently displayed in a tabbed form.
Thanks,
giedrius
I have a question how can I retrieve the pointer to underlying form in a tabbed form. If I use the following code,
Dim frm As Form
Set frm = Screen.ActiveForm
it returns pointer to the tabbed form itself. I need to get hold of the pointer to the form that is currently displayed in a tabbed form.
Thanks,
giedrius