Here's the code strive taught me.
Private Sub chkIndigent_AfterUpdate()
Call SetMyFormFilter
End Sub
Private Sub chkPWD_AfterUpdate()
Call SetMyFormFilter
End Sub
Private Sub chkRegular_AfterUpdate()
Call SetMyFormFilter
End Sub
Private Sub chkSenior_AfterUpdate()
Call SetMyFormFilter
End...