combobox combine with textbox

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

Guest

Hi,

I have made a form. In that form have made a combobox.
When i choose something from the combobox i want to get a certain text in a
textbox.

Example:

when i choose House Chris the txtfield must contain all the data from that
house adres etc etc.
Is this possible?

Greetings from Holland, Hein
 
hein said:
Hi,

I have made a form. In that form have made a combobox.
When i choose something from the combobox i want to get a certain
text in a textbox.

Example:

when i choose House Chris the txtfield must contain all the data from
that house adres etc etc.
Is this possible?

Greetings from Holland, Hein

Hello Hein,

To make the document work exactly as you described would require a macro.
There are many details to work out. For example, is the combobox a control
you got from the Control Toolbox toolbar? Where would you store the address
information?

However, you may be able to use a simpler method. If the addresses are
stored as AutoText entries, you could replace both the combobox and the
textbox with an AutoTextList field. See
http://word.mvps.org/FAQs/TblsFldsFms/AutoTextList.htm for instructions.
 
Back
Top