Enabling a combo box using an option group

NLS

Joined
Jun 1, 2006
Messages
2
Reaction score
0
Please can anyone help with this problem:

I have a form with a combo box that actvates a calendar for the user to click on and select a Project Completion date. However it is not enabled as default as it should only be filled in if the project is complete.

I have a set of 4 option groups to select the status of the project, Option1 is Project Complete.

I want the Completion Date combo box to become enabled if Option1 is selected (value = 1).

The a MsgBox to tell the user to select a completion date.

Which Event of which Object do I write the code in? Does anyone have an example of the code?

Thanks.
 

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

Back
Top