N
N Lee
Is there a simple VBA command that will return all fields to their
original properties? I have a form where some fields change color, but
on a button press, I'd like them to return to the original color as
defined in the properties of Design view. I know I can just write a bunch of
field1.backcolor = vbwhite
field2.backcolor = vbwhite
....
but I'd rather not, because I have hundreds of fields on my forms. Any
ideas?
-Nathan
original properties? I have a form where some fields change color, but
on a button press, I'd like them to return to the original color as
defined in the properties of Design view. I know I can just write a bunch of
field1.backcolor = vbwhite
field2.backcolor = vbwhite
....
but I'd rather not, because I have hundreds of fields on my forms. Any
ideas?
-Nathan