I have an MS access database file with 2 tables: t1
, t2
. Both have primary key, suppose id
, but t1
has 3 columns A
, B
and C
, while t2
has columns D
, E
AND F
.
Both have the same rows, but each has different columns as stated.
What is the easiest way to merge these two tables? Note that they are very big, and exporting to excel, CSV and such is not acceptable.