Hello guys!
Need help please!
I have a database, that is open, in this db I import with VBA several .dbf file to a local folder. Now I want to transfer this .dbf to my database.
I was using the docmd.transferdatabase, but the problem is that for each .dfb a new table is created in the main db, and what I want is to make just one table and append all data in that table.
All the .dbf have the same columns and field names.
I saw that is possible to do with docmd.runSQL Insert ....
Let me know your ideas
thank you
Need help please!
I have a database, that is open, in this db I import with VBA several .dbf file to a local folder. Now I want to transfer this .dbf to my database.
I was using the docmd.transferdatabase, but the problem is that for each .dfb a new table is created in the main db, and what I want is to make just one table and append all data in that table.
All the .dbf have the same columns and field names.
I saw that is possible to do with docmd.runSQL Insert ....
Let me know your ideas
thank you