A
Abay
Hello .. I have a field in a table called "Title" which holds the title of a
book or cd, which at the end of the title has the format of the title in
round brackets, followed by the release date of the title in round brackets.
e.g. The Snowball (CD) (September 2008)
I need to replace the release date with spaces i.e. blank it out. The
release date is always enclosed in round brackets and it always appears
after the title and format.
My guess is that I can use the Len function to determine the position of
last character in the field. I need to ensure that this is a closing ")",
then to count or get back somehow to the last opening "(", and update the
opening "(" and the space between it and the closing bracket, plus the
closing bracket to spaces.
Any help on how to do this would be most appreciated.
Abay
book or cd, which at the end of the title has the format of the title in
round brackets, followed by the release date of the title in round brackets.
e.g. The Snowball (CD) (September 2008)
I need to replace the release date with spaces i.e. blank it out. The
release date is always enclosed in round brackets and it always appears
after the title and format.
My guess is that I can use the Len function to determine the position of
last character in the field. I need to ensure that this is a closing ")",
then to count or get back somehow to the last opening "(", and update the
opening "(" and the space between it and the closing bracket, plus the
closing bracket to spaces.
Any help on how to do this would be most appreciated.
Abay