Graham T
10-08-2001, 01:41 PM
I am currently attempting to design a custom search screen.
I have an option group containing 3 options – Films, Distributors and Producers. On choosing one of the options I would like to have a combo box become visible. I would like to have 3 of these combo boxes available, but only becoming visible once clicked on the appropriate option. The combo’s will contain a list of the values to search on (which I have set for the row source).
My first question is how to set this to work – after update I would imagine, and what code to set these active and visible.
Once I have selected a value from the drop down list, I would then like to automatically open a new form containing the information associated with the value chosen from the given list.
I hope someone may be able to point me in the right direction, or at least let me know if this sounds feasible and an idea of the best way to tackle this. Or if somebody thinks there may be better approaches to this problem.
Thanks in advance
Graham
I have an option group containing 3 options – Films, Distributors and Producers. On choosing one of the options I would like to have a combo box become visible. I would like to have 3 of these combo boxes available, but only becoming visible once clicked on the appropriate option. The combo’s will contain a list of the values to search on (which I have set for the row source).
My first question is how to set this to work – after update I would imagine, and what code to set these active and visible.
Once I have selected a value from the drop down list, I would then like to automatically open a new form containing the information associated with the value chosen from the given list.
I hope someone may be able to point me in the right direction, or at least let me know if this sounds feasible and an idea of the best way to tackle this. Or if somebody thinks there may be better approaches to this problem.
Thanks in advance
Graham