Linking dropdown form fields

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

Guest

I am working on a form which I would like for the user to be able to choose
from one drop down field and from that selection the proceeding fields will
update with that link information.
example:
Company code: (dropdownfield - selection)
CompanyName: (automatically update)
Contact:(automatically update)
Phone: (automatically update)
Email:(automatically update)

Is this possible to do in a protected form?

Please advise. Thank you in advance.
 
Hi =?Utf-8?B?b2JpZXN1Z2Fy?=,
I am working on a form which I would like for the user to be able to choose
from one drop down field and from that selection the proceeding fields will
update with that link information.
example:
Company code: (dropdownfield - selection)
CompanyName: (automatically update)
Contact:(automatically update)
Phone: (automatically update)
Email:(automatically update)

Is this possible to do in a protected form?
It's possible, but would require some (non-trivial) VBA coding. You'd also
need to consider where this information should come from (database? text file?
other?)

Best place to pursue this would be a word.vba newsgroup.

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