Sorry, I can already select ALL values that have not passed
i use:
'Me.Filter = "Isnull(Pass)or (Pass = false)"
I don't know how to make it completely clear what I'm saying so i'll try to explain in detail:
What I'm trying to do is 2 things
1) if the item has passed (test ID 20, and 28 in code below) I dont want either of those test ID's to show in the filter. only test ID 23 should
2) (remove the bottom record from the code below) Now when I filter I should see 1 record for testID 23, and 1 record for testID 28
so if Pass = true, all TestID for that record should be filtered away.
If pass = false or null, should only see 1 record for each ID
Main Topics
Browse All Topics





by: thenelsonPosted on 2009-10-02 at 15:57:54ID: 25482933
Try:
NZ (Pass) = False