Hello
Having trouble <again>
I have columns like [Fruit], [Drink] etc
I have a query that runs that says for example this:
IIF([Fruit]="Apple",1,0)+IIF([Drink]="MTDew",1,0)
With other criteria I end up with
4 records that meet all my criteria and there is 1 record where Apple is present and...