G
Guest
I would like to have certain textboxes on a custom form enabled ( enable
property set to True ) based on the selection made from a combobox.
Example:
If user selects "apples" from the dropdownlist, only the textboxes named
"apples1,apples2,apples3" are enabled. If they select "oranges", then only
the "oranges1,oranges2,oranges3" textboxes are enabled, and so on.
Any guidance would be appreciated.
property set to True ) based on the selection made from a combobox.
Example:
If user selects "apples" from the dropdownlist, only the textboxes named
"apples1,apples2,apples3" are enabled. If they select "oranges", then only
the "oranges1,oranges2,oranges3" textboxes are enabled, and so on.
Any guidance would be appreciated.