I want to add selected records to the subform based on the listbox selection
in the main form.
For eg:
The main form has 2 list boxes and 2 combo boxes.
List1 -> Has parent project ids
List2 -> Has child project ids (this gets populated based on list1 selection)
Combo1 ->Has Metrics like effort rate, Problem rate
Combo2 -> has list of criterias like 10-30%, >30%, etc
So when i select list1, select a metric from the combo and then select the
criteria (Grade) from combo2. I want the list of child projects having effort
rate <10% or greater than 30% to be displayed in the subform.
Please provide me the sample code as i am not very familiar with Access
programming.
Thanks