Hi,
I am using the following statement to cycle between tabs in an access form
frm.Controls(TabControlName).Pages(TabPageName).PageIndex = 0
frm.Controls(TabControlName).Pages(TabPageName).SetFocus
It all works fine when the form is opened and focus is set to the 1st tab and also...
I have a module that has a function to change the properties of all controls in a form, (i.e. font, text, color etc.) it is called when a form is opened and it works perfectly. However, I've tried to use the same code on a form that has tabs and subforms in the tabs. The control changes are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.