Re: [GENERAL] Append text using Concat on an Update query

2007-02-01 Thread David Fetter
On Thu, Feb 01, 2007 at 05:03:43PM -0800, d wrote: > I'm trying to append new text on a field using the concat function. > > On the Set statement I use something like this: > > Set Field = Concat(Field,'ABC') > And when I check the results 'ABC' wasn't appended to . What > should I do to make i

[GENERAL] Append text using Concat on an Update query

2007-02-01 Thread d
I'm trying to append new text on a field using the concat function. On the Set statement I use something like this: Set Field = Concat(Field,'ABC') And when I check the results 'ABC' wasn't appended to . What should I do to make it append? ---(end of broadcast)