R
richard.j.whitaker
Hi All,
Forgive my ignorance -- I'm sure this is simple, but being new to
Access I don't know how to do it.... here goes.
I have a table with about 40 columns and a few thousand entries. It's
full of text, mostly addresses. I need to pull out every record in
which a regular expression exists, no matter in which column it is. EG
I want to pull out every record that has "road" in it no matter whether
the street is called "Worthy Road" or it's "Mr Road" who lives there.
The key thing is that I need to look over the whole table, not just in
one column.
For anyone who's familiar with Unix, I'm trying to do the equivalent of
a "grep" on the table.
Thanks in advance.
ps: the more elegant the answer the better!
Forgive my ignorance -- I'm sure this is simple, but being new to
Access I don't know how to do it.... here goes.
I have a table with about 40 columns and a few thousand entries. It's
full of text, mostly addresses. I need to pull out every record in
which a regular expression exists, no matter in which column it is. EG
I want to pull out every record that has "road" in it no matter whether
the street is called "Worthy Road" or it's "Mr Road" who lives there.
The key thing is that I need to look over the whole table, not just in
one column.
For anyone who's familiar with Unix, I'm trying to do the equivalent of
a "grep" on the table.
Thanks in advance.
ps: the more elegant the answer the better!