As the title suggests - Can I have more than 9 "OR" statements in a standard query????
I have 13 fields in my table - besides 1 being numeric - the rest are text based, and I want to be able to search upon. I am using: Like "*" & [text] & "*" within each text-based OR statement within the query, but I only have 9 OR's
Is the way around this to code the SQL from the form that I use to run the query (ie button-click)?
Thanks in advance!
"If it aint broke - dont fix it!
I have 13 fields in my table - besides 1 being numeric - the rest are text based, and I want to be able to search upon. I am using: Like "*" & [text] & "*" within each text-based OR statement within the query, but I only have 9 OR's
Is the way around this to code the SQL from the form that I use to run the query (ie button-click)?
Thanks in advance!
"If it aint broke - dont fix it!