I have a database that associates an invoice number with many lot codes (one record, many fields). I'd like to find an easy way to filter all invoices that contain a given lot code. The lot code could be in several different fields. I thought filter by selection would do this but it only finds those lot numbers that are the same for that field. I need to find it in all of the fields.