seperate associated controls

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

Guest

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

Clara


thank you so much for your help
 
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."
 
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.
 

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