Hello All,
In the criteria section I'm using some OR's. Is it limited to only 9? I'm
needing more.
In the query grid you can select a row (or several rows) and select Insert...
Rows from the menu.
However, you may be better off using a single criterion:
IN(3, 54, 129, 330, 426, <etc>)
or
IN ("Jones", "Rodriguez", "Cho", "Robinson")
depending on the datatype of the field.
What's the context? Where are the nine (or more) values coming from? Could
they perhaps better be in a second table to let you use a Join?