bounding a control

C

chad

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
 
A

Allen Browne

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.)
 
Top