I'm trying to import a table from access database to other access database. But I don't want to import exactly, I have diferents fields
Courses Table 1
------------------------------
id | name | cost | other_field
------------------------------
1 | C012 | 250 | data
Courses Table 2
------------------------------
id | name | cost
------------------------------
1 | C012 | 250
I have all data into Courses 1 and I want to import this table to another table, but just some fields.
Can you help me? Thanks.