Labels: How do you link them to a control?

  • Thread starter Thread starter Dave
  • Start date Start date
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?
 
Create an unattached label. Then select it, press Ctrl + X, then select the
textbox, and then press Ctrl + V.
 
Cut the label then place the cursor directly over the textbox and Paste the
label directly to the textbox.
 
Thanks Ken and PC


PC Datasheet said:
Cut the label then place the cursor directly over the textbox and Paste the
label directly to the textbox.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 
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.


.
 
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."
 
Back
Top