View Full Version : Is it possible to change a property for all text boxes on a form at once?


MelissaB
10-22-2008, 08:18 AM
I am using Access 2003.

I would like to have the text boxes on my forms default to disabled and have my user click a button that would allow all the text boxes to be enabled. Is there an Access/VBA command that would allow me to change one property for all of the text boxes on the page?

Uncle Gizmo
10-22-2008, 08:35 AM
See this post here: "handling multiple controls" (http://msaccesshintsandtips.ning.com/profiles/blog/show?id=948619:BlogPost:16538)

MelissaB
10-22-2008, 08:44 AM
Thank you! Exactly what I needed.