Another Forms Label Question

S

Sky Warren

Hello all,

I have 3 labels that I refer to individually using VB. But then I discovered
that labels can grouped together so I grouped the 3 labels into one stack.
Consequently though, I discovered that once they're grouped the properties
for the group are different.

Is there a way to refer to a group of labels using VB?

It would be cool if I could turn visibility on and off by just referring to
the group as opposed to referring to each label inside the group.

-Sky
 
S

Sky Warren

I worked it out by just referring to each label within each group but I got
the results I wanted. Now I just click a button to advance three different
custom messages that load when Access starts.
 
Top