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 applied thoughout the form on all tabs, except on the subform's controls. I've tried to call the same function on the subform form_open() and I get a message saying that the form is not open and thereofore cannot be found. i've also tried calling the function on the on_click even of the tab that has the subform, but it still says that form is not open even tho it is. not sure how to correct this, any help would be greately appreciated.
Lopexo
Lopexo