bounding a control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

what control can i use so that i can bound the label control to make as the
parent of my label control.

thanks
chad
 
You cannot attach a Label to another Label.

Also a label has no Control Source property, so bound/unbound doesn't apply.

If you have a label that you want to attach to a text box:
1. Select the label, and cut (Ctrl+X.)
2. Select the text box, and paste (Ctrl+V.)
 
Back
Top