I have a form (Custom_Code) that has a sub form (Support_Groups _Form) associated to it. I have a need to enable and disable the fields depending on user selection but I am having trouble controlling the sub form objects. I am using the
Code to control the main forms objects but again I have no clue as to how to control the sub forms objects.
If the sub forms name is “Support_Groups _Form” and the object within this form is named “ITS_ NT_Applications ” how do I format the command to enable and or disable the object?
Any help would be greatly appreciated.
Birky
Code:
Me.Project_Manager.Enabled = True
If the sub forms name is “Support_Groups _Form” and the object within this form is named “ITS_ NT_Applications ” how do I format the command to enable and or disable the object?
Any help would be greatly appreciated.
Birky
Comment