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

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

Back
Top