Dear All
I have a main form that contains several subforms and command buttons. The command buttons open other forms. It is becoming busy and cluttered and I would like to clean it up. My idea is to create several unbound ComboBoxes and line them up in the Header, and on the AfterUpdate property write a code to open a specific form based on the selection. This works out well, but ComboBoxes don't look nice on the form. My idea is to have Toggle Buttons that activate the combo boxes (Like you have on some Windows Froms where Toggle buttons are lined up in the Header a[highlight #E9B96E][/highlight]nd when you click them, a drop down menu appears). The problem is that it is hard to hide the ComboBox and make it appear only when the Toggle Button is pressed. I tried to set the property of the ComboBox.Visible to False and then change it to True when the Toggle Button is Clicked. It sort of works, but the problem is you still have the Comb-Box with the arrow right there.
I know this sounds complicated, but I would appreciate any ideas.
Thanks.
I have a main form that contains several subforms and command buttons. The command buttons open other forms. It is becoming busy and cluttered and I would like to clean it up. My idea is to create several unbound ComboBoxes and line them up in the Header, and on the AfterUpdate property write a code to open a specific form based on the selection. This works out well, but ComboBoxes don't look nice on the form. My idea is to have Toggle Buttons that activate the combo boxes (Like you have on some Windows Froms where Toggle buttons are lined up in the Header a[highlight #E9B96E][/highlight]nd when you click them, a drop down menu appears). The problem is that it is hard to hide the ComboBox and make it appear only when the Toggle Button is pressed. I tried to set the property of the ComboBox.Visible to False and then change it to True when the Toggle Button is Clicked. It sort of works, but the problem is you still have the Comb-Box with the arrow right there.
I know this sounds complicated, but I would appreciate any ideas.
Thanks.