kklosson I am using a form to drive a query. One of the BO attributes includes a drop-down option with choices of Active or Inactive. When you select Active, the results include Active and Inactive because apparently the query is based on "contains" rather than "equal to". So it return Active and Inactive items. So I figure I can change the query to say equal instead of "includes" but the query already uses = and doesn't even include the attribute. So I add it (OR Candidate.Status=?Status). No change. So even thought the query is asking for "equal to" it seems to be returning "includes". Any light on this?
RocketRod This may not help u here butas the searches are always a contain by default and in filters as well, i always set up the atrribute with choices that avoid this. So i would use say instead of inactive, closed or obsolete or silent etc. Cheers rod.