P
Poppy
I need to update a field in a particular record but I do not want to
overwrite the contents of this field, just append to the field.
e.g UPDATE tblProd SET authorMemo = authorMemo + "TEST"
How would I go about this ?
overwrite the contents of this field, just append to the field.
e.g UPDATE tblProd SET authorMemo = authorMemo + "TEST"
How would I go about this ?