S
season
I need to create a query to bring out certain data by a word it contains.
Example
VALLEY_VA04
VALLEY_VA05
Trussville_TR01
i would need to only query out the rows containing Valley. Just to note,
the Valley fields with have different letters and number after the _ mark,
and Not all rows contain the word Valley. I have tried the InStr i have seen
on this disscusion board, but it is not working. Here is what i have tried.
Like Left([Final Data]![Meter],InStr(1,[Final Data]![Meter], "Valley", 1)+5
Please Help, THanks
Example
VALLEY_VA04
VALLEY_VA05
Trussville_TR01
i would need to only query out the rows containing Valley. Just to note,
the Valley fields with have different letters and number after the _ mark,
and Not all rows contain the word Valley. I have tried the InStr i have seen
on this disscusion board, but it is not working. Here is what i have tried.
Like Left([Final Data]![Meter],InStr(1,[Final Data]![Meter], "Valley", 1)+5
Please Help, THanks