Hello, I want to do a find for Year and (Fall or Spring). I'm using the following, but it didn't work. $q->AddParam('Year',$year); $q->AddParam('Semester','Fall'); $q->SetlogicalOR(); $q->AddParam('Semester','Spring'); Can it be done? If so, please point me to the right direction. Thank you in advance, Jerry