Greetings, this is my first time on this forum. Hope this works.
I have a database with over 1,000 records. I have 5 fields (columns) in the table that are part of the criteria. Each record has data in each of these five fields. One of the fields (column) has an easy criteria. I have two entries in this field "Engineering" or "Marketing". I am only interested in "Marketing", so I simply type in "Marketing" and that part of the criteria for the query works fine. However, I need to build a criteria that now brings into play all 4 fields (columns). If any record contains "R1", I want to include it into the query. If I type in R1 in the "criteria" row for each record of the query, I will only get the records that actually have R1 in each of the four columns. This result for the query is only part of what I need from the query. I need all records that have R1 in any field (Column). So, one record could have R1 in the first column and "!" in the other four columns or any combination. I actually tried to set it ups such that the "criteria" row in the query had (column 1) R1, (column 2) !, (column 3) !, (column 4) !, (column 5) !. Then on the on the "or" row, i changed the combination so that it was R1, R1,!,!,! and then on the next row, R1,R1,R1,!, Then on the next row, R1,R1,R1,R1,R1, etc., until all possible combination had been met. I ran out of rows. How can I set this up so that query returns what I seek. JBC