|
Question : disassociate a Label from a Text box
|
|
When I place a Text box on the form, it also has a Lable that is "attached" to the Text box.
I want to disassociate the Label from a Text box so they are independent of each other.
Also, at some later time, can a RE associate the Label or Labels with this Text Box?
Thanks,
Tom
|
|
Answer : disassociate a Label from a Text box
|
|
Yes You Can
Click on the label and you'll notice it gets the little boxes that indicate it is the currently selected object. Do an "edit \ Cut" menu action.
Click on the form. Do an Edit \ Paste. The label is now on the form and is no longer linked to the text box.
Want to re-link it?
Cut the label again.
Click on the text box so it gets the selected boxes. Then do a menu edit \ paster. The text box is now again linked with the label.
|
|
|