G
Guest
I have a form that about 30 people use to enter data on a daily basis. I
wanted to offer color options via simple buttons, like a bright, a soft etc.
I have this so far:
Me.Section(0).BackColor = vbBlue
Me.Text1.ForeColor = vbYellow
Is there a way to specify all text boxes or all labels instead of listing
all of them?
wanted to offer color options via simple buttons, like a bright, a soft etc.
I have this so far:
Me.Section(0).BackColor = vbBlue
Me.Text1.ForeColor = vbYellow
Is there a way to specify all text boxes or all labels instead of listing
all of them?