Form Control label

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
 
F

fredg

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.
 
A

Allen Browne

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)
 
T

TP

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
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top