Hello!
I have two tables Table1 and Table2. Both tables have same type fields FieldA and FieldB. In Table1 both fields FieldA and FieldB are filed, but in Table2 just FieldA and FieldB is empty. Field FieldA in Table1 is PrimaryKey for FieldA in Table2.
PROBLEM IS:
How I can automaticaly using SQL copy data from FieldB in Table1 to empty field FieldB in Table2 where FieldA in both tables equal.
Thank you!
I have two tables Table1 and Table2. Both tables have same type fields FieldA and FieldB. In Table1 both fields FieldA and FieldB are filed, but in Table2 just FieldA and FieldB is empty. Field FieldA in Table1 is PrimaryKey for FieldA in Table2.
PROBLEM IS:
How I can automaticaly using SQL copy data from FieldB in Table1 to empty field FieldB in Table2 where FieldA in both tables equal.
Thank you!