Hi,
Can anybody suggest me how to call Subform/Main form's control in query...?
For example, I have Two combo box in Mainform.
If i select Student_roll_No in one combo box, in other combo box i need to display their marks,total,gra de etc., which has been called by query. This combo box has 7 coloumn heads which can display all the details.
How could i display 2nd combobox query list based on the first combo box..?
Assume the above case..
- If the 2nd combo box is in Main form.
- If the 2nd combo box is in Sub form.
Pls.suggest me.
Thanks in advance.
ngr.
Can anybody suggest me how to call Subform/Main form's control in query...?
For example, I have Two combo box in Mainform.
If i select Student_roll_No in one combo box, in other combo box i need to display their marks,total,gra de etc., which has been called by query. This combo box has 7 coloumn heads which can display all the details.
How could i display 2nd combobox query list based on the first combo box..?
Assume the above case..
- If the 2nd combo box is in Main form.
- If the 2nd combo box is in Sub form.
Pls.suggest me.
Thanks in advance.
ngr.
Comment