Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Forms in Word

Status
Not open for further replies.

WayneDoherty

Technical User
Mar 6, 2002
54
0
0
GB
I would like to create a form. Can I set it so that when a person types in a name, then the address fills in automatically.
 
I know you can do it in excel - will have to figure out how to do it in word -

Miracles we do immediately ...
imposibilities take a little longer.
 
You sure can if you know what the matching address is.

Simply do a logic check on the value of the text input field. have it run through an array of addresses, or a Collection of addresses. If name is X, then value of address field = Y.

This is only truly practical if you have a reasonably small number of linked names/addresses. If you have lots, thern either pick up the data from Excel or Access.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top