Checkbox enables Combobox enables textbox

G

Guest

I'm creating a custom contact form, and I know I've done this before, I just
can't remember how. Here's what I need it to do, when my checkbox is True,
then it enables a combobox next to it to make choices, then if that's
selected a textbox enables. Going crazy!
 
S

Sue Mosher [MVP-Outlook]

Whether you use the CustomPropertyChange event or the control's Click event depends on whether the control is bound to an Outlook property. See http://www.outlookcode.com/d/propsyntax.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

Well, that should be easy enough to check, right?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

Yeah, you would think, but still working on this. I really thought I knew
what I was doing, but it's just not happening. Do I bind them to the same
field? They all work, but they are all active all the time, I want them to
become active only if the checkbox is checked.
 
S

Sue Mosher [MVP-Outlook]

Each separate piece of information that you want OUtlook to store needs to have its own field.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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