Hello,
I am modifying a database that I inherited from someone else. It has a form that has 6 pages in its pages collection. Most of the time, we simply need to open the form to show the first page of the form (with tabs to click on for the rest of the pages in the collection). Now, I have the need to open the form directly to one of the other tabbed pages in the page collection. How do I go about doing this? Do I set up the form name to somehow reference the proper page index, and then use the OpenForm method? Are TabCtl0 and/or SetFocus involved in what I'm trying to do?
Thanks in advance for your help,
I am modifying a database that I inherited from someone else. It has a form that has 6 pages in its pages collection. Most of the time, we simply need to open the form to show the first page of the form (with tabs to click on for the rest of the pages in the collection). Now, I have the need to open the form directly to one of the other tabbed pages in the page collection. How do I go about doing this? Do I set up the form name to somehow reference the proper page index, and then use the OpenForm method? Are TabCtl0 and/or SetFocus involved in what I'm trying to do?
Thanks in advance for your help,