Labels: How do you link them to a control?

D

Dave

When I add a textbox control to a form, it comes with its own linked label.

If that label is deleted, I can create a new one but how do I link the new
label to the textbox?
 
K

Ken Snell

Create an unattached label. Then select it, press Ctrl + X, then select the
textbox, and then press Ctrl + V.
 
P

PC Datasheet

Cut the label then place the cursor directly over the textbox and Paste the
label directly to the textbox.
 
C

Chris Nebinger

How would this be done in Code?


Chris Nebinger

-----Original Message-----
Create an unattached label. Then select it, press Ctrl + X, then select the
textbox, and then press Ctrl + V.

--

Ken Snell
<MS ACCESS MVP>

its own linked
label.


.
 
D

Douglas J. Steele

I'm not sure it's possible (and I have to admit I can't imagine why you'd
want to)

The Help file states "The Parent property ... is read-only in all views."
 
Top