G
Guest
Hi!
I have a form with pages in TabCtl0.
Is possible to paste each PageName of this pages to textboxes in same form,
type:
Textbox1
Me!txtPageName = Forms!F_FormName!TabCtl0!PageName1
Textbox2
Me!txtPageName = Forms!F_FormName!TabCtl0!PageName2
Thanks in advance.
an
I have a form with pages in TabCtl0.
Is possible to paste each PageName of this pages to textboxes in same form,
type:
Textbox1
Me!txtPageName = Forms!F_FormName!TabCtl0!PageName1
Textbox2
Me!txtPageName = Forms!F_FormName!TabCtl0!PageName2
Thanks in advance.
an