Here is the scenario:
I have 12 fields (lot1, lot2, lot3,etc)in a report that any one or more can have the same lot number in it per record. I created a parameter called ?mixlot. In select expert, I need to be able to take each of the twelve fields and if any of them enter the parameter ?mixlot, the record will show. This is how my formula looks:
lot1 = ?mixlot or lot2 = ?mixlot or lot3 = ?mixlot (and on until lot12)
My problem is that when I do this, it only seems to consider the first 3 statements and then quits and I don't get all the records I need. Anybody have any suggestions?
I have 12 fields (lot1, lot2, lot3,etc)in a report that any one or more can have the same lot number in it per record. I created a parameter called ?mixlot. In select expert, I need to be able to take each of the twelve fields and if any of them enter the parameter ?mixlot, the record will show. This is how my formula looks:
lot1 = ?mixlot or lot2 = ?mixlot or lot3 = ?mixlot (and on until lot12)
My problem is that when I do this, it only seems to consider the first 3 statements and then quits and I don't get all the records I need. Anybody have any suggestions?