It doesn't appear that this can be done in Version 6.5....I went to a Microsoft sponsored meeting last night and they said that 7.0 should support this. (They weren't sure)....The beta 3 is available now, it would probably be worth looking at.<br>
<br>
Until then, I'm not sure of your application, but would it be possible for you to manipulate the text fields separately and then just output them together? Or do you need to store them concatenated?<br>
<br>
If you are using your database in a separate language environment, like a Visual Basic application, you could try selecting the fields into variables, adding them and then inserting the result into a new table or back into one of your old fields. I hope this helps. If not, please give me more detail as to your programming environment and we may be able to work out a solution.<br>
<br>
Doug