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