B
Bill
Hi,
I have five Groups. Group A, Group B, Group C, Group D, Group E.
Here is what I did and I don't have a problem with selecting all Group A, B,
C, D, E but I am having a difficult to exclude Group B from Group A, C, D,
E. When I select Group B and I want to include Group B.
Dim Report
StrCombobox
strCombobox = "='" & Me.cboGroupABCDE.Value & "'"
strFilter = "[Group] " & strCombobox & "
I would need your help to add the code for excluding Group B from four Group
A, C, D, E. I try and it was not successful what I did.
Your help would be much appreciated.
I have five Groups. Group A, Group B, Group C, Group D, Group E.
Here is what I did and I don't have a problem with selecting all Group A, B,
C, D, E but I am having a difficult to exclude Group B from Group A, C, D,
E. When I select Group B and I want to include Group B.
Dim Report
StrCombobox
strCombobox = "='" & Me.cboGroupABCDE.Value & "'"
strFilter = "[Group] " & strCombobox & "
I would need your help to add the code for excluding Group B from four Group
A, C, D, E. I try and it was not successful what I did.
Your help would be much appreciated.