Hi guys,
Not totally sure this is possible - but with some of the brains that are on here - it probably is!
What i need to do is update a column in a table using replace... but i aslo need to move the position of something within the string...
for example...
< 2010 Blah blah blah
will become
Blah Blah blah ? 2010
..if all the strings were the same length and/or the string being replaced was a constant then i know this wouldn't be a problem....
The problem i'm having is that the 'blah blah' is a descrption of a part and therefore is not a constant length.
I think there is a way to 'find' a certain 'string' within a string and calculate its 'position' in the string then work from that - (not sure how to do this - or whether that would work anyway?!)
Any ideas on how to do this?!
Any help greatly appreciated on this!
Cheers!!
Not totally sure this is possible - but with some of the brains that are on here - it probably is!
What i need to do is update a column in a table using replace... but i aslo need to move the position of something within the string...
for example...
< 2010 Blah blah blah
will become
Blah Blah blah ? 2010
..if all the strings were the same length and/or the string being replaced was a constant then i know this wouldn't be a problem....
The problem i'm having is that the 'blah blah' is a descrption of a part and therefore is not a constant length.
I think there is a way to 'find' a certain 'string' within a string and calculate its 'position' in the string then work from that - (not sure how to do this - or whether that would work anyway?!)
Any ideas on how to do this?!
Any help greatly appreciated on this!
Cheers!!