Automating Form Content based on User Input

W

William

I would like to create a form in Word that will automatically modify the
content based on certain user input.

As example, I am attempting to create an incident notification form that
will prompt for different notifications based on the incident type.

Is this possible or reasonable in Word?

TIA
 
C

Chuck

You could create a user form in VBA that collects all the information you
need from the user, then when the user clicks "OK", fill out the form. EG on
the user form, use a combo box to select an incident type, and when the value
changes use the Change() event (YourCombobox_Change()) to populate a second
combo box where the user can select a notification. Or if there's only one
notification type per incident type, then all you need is one combo box and
use code to fill out the form based on that value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top