I am having trouble filtering my subform.
mainForm, subForm, cboBox
My cboBox has a list, "All, A, B, C"
When All is selected I want the subForm category to display A,B and C...
So when A is selected, i would like for the AfterUpdate() function to compare "A" to the Category field in the...