Form Control label

  • Thread starter Thread starter TP
  • Start date Start date
T

TP

I would like to know if a label can be "attached" to a
control?
For example, when you insert a control into a form, the
label that comes with the control responds to the
properties Enabled, Visible, etc that is assigned to the
control without extra effort. (I'm not sure how they
are 'linked').If I delete the label, is there a way to get
that same functionality from a new label without having to
delete the text box and re-insert a new one, or to do
double-work assigning the Enabled, Visible, etc properties
to the labels as well?

Thanks

TP
 
I would like to know if a label can be "attached" to a
control?
For example, when you insert a control into a form, the
label that comes with the control responds to the
properties Enabled, Visible, etc that is assigned to the
control without extra effort. (I'm not sure how they
are 'linked').If I delete the label, is there a way to get
that same functionality from a new label without having to
delete the text box and re-insert a new one, or to do
double-work assigning the Enabled, Visible, etc properties
to the labels as well?

Thanks

TP

Add the new label.
Cut the label.
Select the control you wish to attach it to.
Paste it.
Done.
 
Reattach a label by pasting it onto the control.

1. Create a label on the form.
2. Cut it. (Ctrl+X)
3. Select the text box that needs the attached label.
4. Paste. (Ctrl+V)
 
Thanks for the tip!
TP
-----Original Message-----


Add the new label.
Cut the label.
Select the control you wish to attach it to.
Paste it.
Done.

--
Fred
Please respond only to this newsgroup.
I do not reply to personal email
.
 
Back
Top