Is it possible for a simply UPDATE script to update a memo data field withOUT destroying the current contents of said field?
Thanks!
Jonathan
Is it possible for a simply UPDATE script to update a memo data field withOUT destroying the current contents of said field?
Thanks!
Jonathan
Do you mean adding to the content? Or modifying the existing content?
Adding to.Quote:
Originally posted by Abu haider
Do you mean adding to the content? Or modifying the existing content?
Thanks,
JMR
be something like :
Update table Set field1=field1 & "New addition";
Regards
Vince