A family of Microsoft relational database management systems designed for ease of use.
You can check out the code yourself by manually creating a query in Design View then checking out SQL View.
Once you have your linked table, Open Query Design mode and select the linked table (the csv). The select the four columns. Then change the query to an Append query. When you do that you can choose to append to a table in another database. You can then use the Brows button to select the mdb file and table you want to append to.
If you then Switch to SQL View, you will see that the path to the external file is listed in an IN clause. If you copy and paste the SQL statement into your VBA module, it should work.