Hello,
So, I have a table A
Name; Field1; Field2
and a table B, which for each distinct value of Field1*Field2 (concat(Field1,Field2) gives me a value of Field 3)
Field1&Field2; Field3
I’d like to add Field3 to table A automatically for each record. ...