drop downs within a table

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

Guest

I am trying to create a form based within tables. I need to create a series
of drop downs than are longer than what is allowed when entering the
information from the forms toolbar. Is this possible and how do I do it? If
it's possible is there a way to "associate" the lists depending on what is
selected from the previous list?
Thanks.
 
Hi =?Utf-8?B?TW9uZGll?=,
I am trying to create a form based within tables. I need to create a series
of drop downs than are longer than what is allowed when entering the
information from the forms toolbar. Is this possible and how do I do it? If
it's possible is there a way to "associate" the lists depending on what is
selected from the previous list?
In this case, you need to use some kind of macro solution. One possibility, a
dropdown paired with a text box, is described in the Forms section of my
website (how to print an ampersand). The other would be to use a UserForm to
display the list information, then write the appropriate text to a textbox
field. This is written up in a KB article

WD2000: How to Create a Combo Box Containing More Than 25 Items
http://support.microsoft.com/default.aspx?scid=kb;en-us;198561

You'd also need to use macro code for the second question.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 
Back
Top