seperate associated controls

C

clara

I have many pairs of label and textbox, How could i seperate label from textbox

Clara


thank you so much for your help
 
A

Al Campagna

Clara,
Using just one label and one text control as an example...
Highlight the label.
Cut it (Ctrl-X)
Delete the original label (via Delete Key)
Paste it (Ctrl-V)
You now have an unassociated label that you can move around independently of it's
original text control.

To reverse that process
HighLight the unassociated label
Cut it (Ctrl-X)
Select the text control you wnat to associate the label with.
Paste it (Ctrl-V)
The label is now "attached" to the text control

--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions

"Find a job that you love, and you'll never work a day in your life."
 
A

Allen Browne

1. Select the label(s).

2. Cut (Ctrl+X.)

3. Click on the form's detail section (so no control is selected.)

4. Paste (Ctrl+V.)

To select multiple labels at once, drag the mouse around them, or
shift+Click them in form design view.
 
Top