I'm trying to append some data from one table to another table both the table structure are same. I have an attachments field in both tables but it seems that i cannot append the attachments from one table to the other.
I get the following error when trying to just append the attachments field to the appropriate field:
"An INSERT INTO query cannot contain a multi-valued field"
I also get the following error when trying to append the attachments sub fields to the appropriate sub field;
"An INSERT INTO query that contains a multivalued field cannot contain another field"
Has anyone found a way of merging, appending or updating databases with attachments???? ?
Many thanks in advance for any help.
Manoj Kumar
I get the following error when trying to just append the attachments field to the appropriate field:
"An INSERT INTO query cannot contain a multi-valued field"
I also get the following error when trying to append the attachments sub fields to the appropriate sub field;
"An INSERT INTO query that contains a multivalued field cannot contain another field"
Has anyone found a way of merging, appending or updating databases with attachments???? ?
Many thanks in advance for any help.
Manoj Kumar
Comment