I have a basic question for copying particular fields in a table to another table.
Say I have a table called "Table1" with fields
aaa, bbb, ccc, ddd, eee, fff
Now if I have another table, say "Table2", which has fields aaa, bbb, ccc and I want to copy all data from Table2 to Table 1, how...