The Hidden property corresponds to the Use form only for responses check box on the Properties page of the form in design mode.
Setting this property to True causes the custom form to be hidden. It will not appear on the menu or in the Choose Form dialog box and will be used only if it is designated as the response form from another custom form.
The default value is False.
Read/write Boolean.
Syntax
objFormDescription.Hidden
objFormDescription Required. An expression that returns a FormDescription object.