I have a form with 3 comb boxes and one subform.
First combo box contains project numbers.
Second combo box contains Activities.
Third combo box contains SubActivities.
The subform displays all the projects numbers, Activities, subActivities and planned and actual dates.
When i select a project number, it should display only the selected project number and when i select activity, it should display the selected project number and its activities...etc.
My problem is when i select a project number from the combo box, i get the following run time error:
Run-time error '2001'.
You canceled the previous operation.
I followed the same example (Cascading ComboBox) that i found on
Candace Tripp http://www.candace-tripp.com/
Any help
Thanks in advance.
First combo box contains project numbers.
Second combo box contains Activities.
Third combo box contains SubActivities.
The subform displays all the projects numbers, Activities, subActivities and planned and actual dates.
When i select a project number, it should display only the selected project number and when i select activity, it should display the selected project number and its activities...etc.
My problem is when i select a project number from the combo box, i get the following run time error:
Run-time error '2001'.
You canceled the previous operation.
I followed the same example (Cascading ComboBox) that i found on
Candace Tripp http://www.candace-tripp.com/
Any help
Thanks in advance.