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.
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.