G
Guest
Hi all, I have a form with a two page Tab control. I am trying to use VBA to
change the name of these pages without any success. Access error said that
the control is in use. I have tried the following
Forms("Form 1").controls("TabCtl").pages(0).name = "ABC"
Forms("Form 1").controls("TabCtl").pages(1).name = "XYZ"
any suggestions and sample code is appreciated. Thanks in advance.
change the name of these pages without any success. Access error said that
the control is in use. I have tried the following
Forms("Form 1").controls("TabCtl").pages(0).name = "ABC"
Forms("Form 1").controls("TabCtl").pages(1).name = "XYZ"
any suggestions and sample code is appreciated. Thanks in advance.