R
Ray S.
I want to have a form where I can select from a combo box among "Service
Types" (there are three of these). Then, based on the selected type, I want
another combo box to display a list of the "managers" within each service
type. (there are sixty managers in each service type). I want further to be
able to double-click on the name of a manager and display the results of a
query having the selected manager as its criteria. Now, I can easily enough
do the first step using a combo box, but I am having difficulty making the
second combo box on my form work. I figure that once I can get that part to
work, then I can set up a double-click event procedure that will run my query
(if I can figure how to make the item clicked on be the criteria for the
manager name). Can I get some guidance on this?
Types" (there are three of these). Then, based on the selected type, I want
another combo box to display a list of the "managers" within each service
type. (there are sixty managers in each service type). I want further to be
able to double-click on the name of a manager and display the results of a
query having the selected manager as its criteria. Now, I can easily enough
do the first step using a combo box, but I am having difficulty making the
second combo box on my form work. I figure that once I can get that part to
work, then I can set up a double-click event procedure that will run my query
(if I can figure how to make the item clicked on be the criteria for the
manager name). Can I get some guidance on this?