J
John F.
This concerns Access 2007.
I have two columns of the same data, this being a sports fixture list. In a
Query, if I say "NOT("Deckers")", to both columns, this will remove 'Deckers'
from both columns and the teams that they are playing in their Home & Away
games. But what I want is the opposite, I want 'Deckers' (and their
opponents) to remain there and the other teams to be filtered out.
There are other solutions, mainly coding, but I thought someone might have
any easy boolean answer.
In the meantime, I did write a coding solution, passing back from a function
a value of '999' (if 'Deckers' are the Home or Away team) and '0' otherwise -
I can see these values displayed. However, in the Criteria Field if I set
'>0', then I don't see any display at all. I did expect to see the Home/Away
matches for Deckers, i.e. Even the '999' display-values have been filtered
out. Any ideas what I am doing wrong?
From my point of view the Criteria filter field does not seem to be working.
I could forward the database, if anybody would like a look and advise me.
I have two columns of the same data, this being a sports fixture list. In a
Query, if I say "NOT("Deckers")", to both columns, this will remove 'Deckers'
from both columns and the teams that they are playing in their Home & Away
games. But what I want is the opposite, I want 'Deckers' (and their
opponents) to remain there and the other teams to be filtered out.
There are other solutions, mainly coding, but I thought someone might have
any easy boolean answer.
In the meantime, I did write a coding solution, passing back from a function
a value of '999' (if 'Deckers' are the Home or Away team) and '0' otherwise -
I can see these values displayed. However, in the Criteria Field if I set
'>0', then I don't see any display at all. I did expect to see the Home/Away
matches for Deckers, i.e. Even the '999' display-values have been filtered
out. Any ideas what I am doing wrong?
From my point of view the Criteria filter field does not seem to be working.
I could forward the database, if anybody would like a look and advise me.