Hello,
In two different tables, there is a “customer” field linked to the “customers” table. This field can contain several customers (not unique).
I would like to be able to copy the customer names from the field in table 1 to the customer field in table 2 without deleting any existing data, but adding to it. (Copying and pasting deletes the old data.)
Example:
Table 1: John; Paul; Alice
Table 2: Richard; Linda; John
After copying to table 2:
John; Paul; Alice; Richard; Linda
Keep Richard, Linda, and John, and do not duplicate John, who is in both tables.
How can I do this?
Thank you and have a nice day.
Translated with DeepL.com (free version)