B
Ben
I created a filter, but can't get it to filter with a condition.
I have the following code:
With Me
.Filter = "[Status] = 'Open' AND [Group_Name] = 'Builds'"
.FilterOn = True
I want to change 'Builds' to MDE*. Grab everything that is that has MDE
plus wildcard.
I have the following code:
With Me
.Filter = "[Status] = 'Open' AND [Group_Name] = 'Builds'"
.FilterOn = True
I want to change 'Builds' to MDE*. Grab everything that is that has MDE
plus wildcard.