View Single Post
 
Old 02-05-2012, 12:18 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,359
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

Hi Craig,

It appears your document is using ActiveX checkboxes. One thing you need to know about them is that they can't be hidden, so you'd need to use vba to add/delete the additional checkbox controls as required.

Since vba would be required whichever way you go, a better choice would be a userform, on which you can hide and/or disable various options. They can also have multiple 'pages', which may suit your needs.

On the whole, though, if you need to store this information, and possibly retrieve it at a later date, the best approach might be to develope a database with which to maintain it.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote