Is there a limit to how much a query can analyze? If so, is there anyway to expand that? I need a way to query a table of about 170 fields with a condition similar to this
IIf([Forms]![Search]![StrideG]=True,True) Or IIf([Forms]![Search]![StrideG]<>True,True) Or...