Hi there,
I'm trying to append my active address information from table1 called taddress (which contains customer_id) to the corresponding fields in table2 called tcustomer to update address information in tcustomer. The fields have the same data type.
When I tried to append the new activated values from taddress to the corresponding fields in tcustomer, a dialog about type conversion failure prevented me from appending.
Is there any way to make such appending perform successfully?
I attach my files here. Could you help me check?
Thank you very much!