Word - form fields

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

Guest

How can I change the size of the form field - list text is being cut off.
Thanks.
 
"List text"? Are you saying that the field for a drop-down is getting cut
off? What I do is create an additional entry with blank spaces...enough
blank spaces to make that choice longer than any of the others. Then, that's
the choice that's at the top. This way, no choice is printed if I create a
"blank" form either.
************
Anne Troy
www.OfficeArticles.com
 
A listbox is not a form field...it's an ActiveX control. To make it
wider, set the WIDTH property.

You might also want to check out this link for more tips/tricks...

Word AutoForm Articles
http://www.mousetrax.com/techpage.html#autoforms

Dian D. Chapman
Technical Consultant, Microsoft MVP
MOS Certified, Editor/TechTrax

View Hurricane Humane Updates: http://www.mousetrax.com/pets.html
Free Microsoft Tutorials: http://www.mousetrax.com/techtrax
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
 
Dian:

I want to have the value of a field copy what is entered into another field.
If this were an Excel document, I'd just put "=$b$2" and the value of the
referenced cell would be added. I don't know how to do this in a Word Form.
Can you tell me how to do this?

Thanks
Melanie
 

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