Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lopexo
  • Content: Threads
  • Order by date
  1. lopexo

    Seting focus to Tab gives out run-time error

    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...
  2. lopexo

    "Form cannot be found" when trying to call subform on a tabbed form

    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...

Part and Inventory Search

Back
Top