Hi, thanks for your time. I am a novice user; but, here is my goal.
I have a form with 2 cascading combo boxes and a subform.
I want the subform to list all records from it's table, and have the check box checked on the record that corresponds to the combobox.
Form: KB_Overview (bound to Project_Desc)
Combobox: ProjList (unbound with query to same table as form)
Subform: based on table (Knowledge_Divi sions) that includes checkbox
Parent and Child field: KD_ID
I would like the subform to display all rows from its table (Knowledge_Divi sions) and the check box selected on the record that corresponds to the main form record (Project_Desc.P roject_Name). For example if the table Project_Desc had a KD_ID that =5; then, the subform should have row 5's check box checked.
Also, I would like to be able to change the check box and then, I assume, an after update to change record in corresponding primary table.
Thanks so much for any insight. Please let me know if I can provide more information.
I have a form with 2 cascading combo boxes and a subform.
I want the subform to list all records from it's table, and have the check box checked on the record that corresponds to the combobox.
Form: KB_Overview (bound to Project_Desc)
Combobox: ProjList (unbound with query to same table as form)
Subform: based on table (Knowledge_Divi sions) that includes checkbox
Parent and Child field: KD_ID
I would like the subform to display all rows from its table (Knowledge_Divi sions) and the check box selected on the record that corresponds to the main form record (Project_Desc.P roject_Name). For example if the table Project_Desc had a KD_ID that =5; then, the subform should have row 5's check box checked.
Also, I would like to be able to change the check box and then, I assume, an after update to change record in corresponding primary table.
Thanks so much for any insight. Please let me know if I can provide more information.
Comment