dynamictiger,
Before you expend the effort ... a few points.
Peter's approach is the best that I know of. If in design mode
you "move to back" the command button and "move to front"
the labels it will look OK. But when you click on the button
it will gain focus and your labels will disappear.
A work-around is to make the labels into textboxes, set their
default value to their desired captions, and in the on-click
of your command button, set the focus to your textboxes
after it does its normal code.
hth,
Wayne