Hi;
I have a form which is a 3 levels of form... mainform, subform and sub subform.
cboCategory will be populated based on two combobox namely cboGender and cboGrade. I did this succesfully without any problem. All of this combobox are in the subform.
Now I have another combobox, cboEvent which is in sub subform. I want this cboEvent to be populated based on changes in the cboCategory (in the subform). However it works only at the first data. When I'm going to add or move to the next data, the category have no change no matter what is happening to cboCategory.
I hope some will have time to look at my Db and please let me know what is wrong with it. Thank you so much.
I have a form which is a 3 levels of form... mainform, subform and sub subform.
cboCategory will be populated based on two combobox namely cboGender and cboGrade. I did this succesfully without any problem. All of this combobox are in the subform.
Now I have another combobox, cboEvent which is in sub subform. I want this cboEvent to be populated based on changes in the cboCategory (in the subform). However it works only at the first data. When I'm going to add or move to the next data, the category have no change no matter what is happening to cboCategory.
I hope some will have time to look at my Db and please let me know what is wrong with it. Thank you so much.