![]() |
|
#1
|
|||
|
|||
![]()
Say your Dropdown is bookmarked "Name" and yoru text field for the Unit Identification Code is bookmarked "UIC." You need to set a macro to run on exit from the DD.
Sub NameDDOnExit() Dim oFF As FormFields Set oFF = ActiveDocument.FormFields Select Case oFF("Name").Result Case "TOPEKA" oFF("UIC").Result = "12345" Case "PASADENA" oFF("UIC").Result = "54321" Case "HELENA" oFF("UIC").Result = "99999" End Select End Sub |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Text Wrapping on Fixed Lines in a Form field/Table cell | okrmjr | Word Tables | 0 | 10-30-2009 08:52 AM |
Outlook 2007, contacts: drop down in custom field | pacecal | Outlook | 0 | 06-16-2009 10:43 AM |
![]() |
Toshii | Word | 1 | 06-08-2009 07:21 PM |
![]() |
Gail L. | Word | 2 | 05-17-2009 12:38 PM |
evaluating a text expression in a form field | gwp1 | Word | 0 | 10-08-2007 02:15 PM |