G
Guest
Hi all,
If someone can please help with the following task:
1) using a combox (selection from a query) to select which record to display
in subformList.
2) based on user click on which row on the subFormList, all the details
(fields related to the subformList) will be displayed on the subformDetail
within the same form.
e.g. table "student" contains name of each students (items in the combobox)
subformList shows all the classes (items in table "courses" a student (combo
selection) is taking, when an user click on a row (course), it shows all the
detail related to the course (table "courseDetails").
Thanks
If someone can please help with the following task:
1) using a combox (selection from a query) to select which record to display
in subformList.
2) based on user click on which row on the subFormList, all the details
(fields related to the subformList) will be displayed on the subformDetail
within the same form.
e.g. table "student" contains name of each students (items in the combobox)
subformList shows all the classes (items in table "courses" a student (combo
selection) is taking, when an user click on a row (course), it shows all the
detail related to the course (table "courseDetails").
Thanks