How to restrict certain fields on a form?

D

DA

Hi Tiffany

You can en- or disable fields via the Enabled property.
For example:

ActiveDocument.FormFields("Text1").Enabled = False

Check the value of your dropdown and then set each field
as required.

Best of luck,
Dennis
 
Top