I have to input hundreds of streets in the following select expert formula:
{DataWarehouse.Address} like "*" & "S MAIN" & "*" or
{DataWarehouse.Address} like "*" & "BELLEW" & "*" or
{DataWarehouse.Address} like "*" & "JEFFERSON" & "*"
Instead of coding out each "or" line is there an easier way to put in each street (S Main, Bellew, Jefferson)? BTW, I have to have the "*" before and after each street.
{DataWarehouse.Address} like "*" & "S MAIN" & "*" or
{DataWarehouse.Address} like "*" & "BELLEW" & "*" or
{DataWarehouse.Address} like "*" & "JEFFERSON" & "*"
Instead of coding out each "or" line is there an easier way to put in each street (S Main, Bellew, Jefferson)? BTW, I have to have the "*" before and after each street.