J
Jimmy
Hello. I have two different tables. Both of those tables have one field
called "codeID" which may have common data (may have unique data also).
Table1 has the fields (I'm renaming them since they are in Greek):
codeID
F1
F2
F3
Table2 has the fields:
codeID
F4
F5
F6
What I want is to add the data of Table2 to Table1 of those records in which
codeID has unique records.
I already added in Table1 the fields F4 F5 and F6 which are blank for now
and want to update them with the records of Table2, but as I mentioned only
of those records in which codeID does not already excist in Table1.
Or in other words add new records in table1 from table2 without creating
duplicate records in the field codeID.
I hope I make any sense, since my english isn't the best.
Please can you give me easy to follow instructions?
Thank You all
Jimmy
called "codeID" which may have common data (may have unique data also).
Table1 has the fields (I'm renaming them since they are in Greek):
codeID
F1
F2
F3
Table2 has the fields:
codeID
F4
F5
F6
What I want is to add the data of Table2 to Table1 of those records in which
codeID has unique records.
I already added in Table1 the fields F4 F5 and F6 which are blank for now
and want to update them with the records of Table2, but as I mentioned only
of those records in which codeID does not already excist in Table1.
Or in other words add new records in table1 from table2 without creating
duplicate records in the field codeID.
I hope I make any sense, since my english isn't the best.
Please can you give me easy to follow instructions?
Thank You all
Jimmy