E
Emma
Hello,
I have a main form (frm_Jobs) that gives four options
(Option Group: Biopsy, Interventional, Surgical, Other)
for literature type which, when one is selected stores the
value in the "Discipline" Field of the Table "Tbl_Jobs".
Currently, the subform (based on Tbl_Lit_Broch_Line) has a
combo box which lists all the literature and brochures
available (populated by
Tbl_Lit_Broch "Description" field).
The tables are structured as follows:
Tbl Jobs:
Job_No (PK)
Description
Discipline
Tbl_Lit_Broch:
Description (PK)
Discipline
Tbl_Lit_Broch_Line:
Job_No (PK)
Description (PK)
Quantity
I would like my subform combobox to list only the
literature and brochures for the Discipline selected in
the Main form.
What I don't understand is how to filter the combobox
field in my subform on the current record's discipline on
the main form. Any clues?
Thanking you in advance.
Emma
I have a main form (frm_Jobs) that gives four options
(Option Group: Biopsy, Interventional, Surgical, Other)
for literature type which, when one is selected stores the
value in the "Discipline" Field of the Table "Tbl_Jobs".
Currently, the subform (based on Tbl_Lit_Broch_Line) has a
combo box which lists all the literature and brochures
available (populated by
Tbl_Lit_Broch "Description" field).
The tables are structured as follows:
Tbl Jobs:
Job_No (PK)
Description
Discipline
Tbl_Lit_Broch:
Description (PK)
Discipline
Tbl_Lit_Broch_Line:
Job_No (PK)
Description (PK)
Quantity
I would like my subform combobox to list only the
literature and brochures for the Discipline selected in
the Main form.
What I don't understand is how to filter the combobox
field in my subform on the current record's discipline on
the main form. Any clues?
Thanking you in advance.
Emma