Hello all,
I have what should be a simple fix.
I have two fields [InReview] and [TestReviewed].
I'm trying to create a filter in the Onclick event of a button like so:
This is not working for some reason. What is the correct way to concatenate a filter in VBA?Code:Me.Filter = "InReview Is Not Null" & "TestReviewed Is Not Null" Me.FilterOn = true
Thanks