J
johnnyvino
I am trying to use combo boxes in a data entry form to filter three columns
of data - Subject, TestType, and Form. "Form" is the primary key.
I can use a query in the RowSource as a filter for individual comboxes, but
I don't know how to make a cascading sequence where the options in TestType
depend on the Subject selection, and the options in Form depend on the
TestType selection.
Obviously I can picture what I want it to do, but I don't have real
experience making macros, or writing SQL expressions.
Any help?
of data - Subject, TestType, and Form. "Form" is the primary key.
I can use a query in the RowSource as a filter for individual comboxes, but
I don't know how to make a cascading sequence where the options in TestType
depend on the Subject selection, and the options in Form depend on the
TestType selection.
Obviously I can picture what I want it to do, but I don't have real
experience making macros, or writing SQL expressions.
Any help?