M
Mike
whats the best way to strip part of a string ?
Say I have a report that lists the following
"4 inch nails (round) wire"
"3 inch nails (oval) galv"
I need to be able to stip the "(round)" & the "(oval)"
i.e everything in brackets "(*)"
using replace in the query behind the report I can get it to find the ( or
th ) but not both and not with any text in between
I cannot change the record in the tables as they are link from elswhere
any help would be great
Mike
Say I have a report that lists the following
"4 inch nails (round) wire"
"3 inch nails (oval) galv"
I need to be able to stip the "(round)" & the "(oval)"
i.e everything in brackets "(*)"
using replace in the query behind the report I can get it to find the ( or
th ) but not both and not with any text in between
I cannot change the record in the tables as they are link from elswhere
any help would be great
Mike