View Single Post
 
Old 06-16-2021, 03:13 PM
macropod's Avatar
macropod macropod is offline Windows 10 Office 2016
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by rotunda View Post
I think the most similar to my project is the third link (https://www.msofficeforums.com/word-...tml#post145675). I would like to be able to have one column of checkboxes and another of text fields, as I described above.
I assume by 'text fields', you actually mean text content controls. You shouldn't use formfields and content controls in the same document.
Quote:
Originally Posted by rotunda View Post
Should I be avoiding ActiveX elements?
They have their place but, as shown in the links, aren't needed for what you're doing.
Quote:
Originally Posted by rotunda View Post
Also, could you explain what the DoDependent sub does so I can replicate it for my project?
The DoDependent sub looks at what choices have been made in the ProcessType & EquipCategory dropdowns and based on that, populate the corresponding TestType and Component dropdowns with the applicable choices. The data for those choices are stored in the ProcessType & EquipCategory dropdown values as |-delimited strings.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote