I am writing code for an Access form. The form has a button and numerous objects. When the button is clicked, I want one of the properties in all of the objects to change (for example, the BackColor in all objects should turn grey).
Instead of writing code to individually change the BackColor for each of the numerous objects, is there a way to write a single code to simultaneously reference all of the objects on a form?
That way, as I add objects, I would not have to change that code.
Does any one know a way to do this?
Thanks
Instead of writing code to individually change the BackColor for each of the numerous objects, is there a way to write a single code to simultaneously reference all of the objects on a form?
That way, as I add objects, I would not have to change that code.
Does any one know a way to do this?
Thanks