I have a query in my Access database and a table with absolutely the same structure in another Access database.
I’m need to write a script which adds all entries from the query to the table. How can I do this?
The difference between my task and functionality of Extarnal Data -> Export -> Access Database is that I need to add new entries and save the old, but this tool can only replace old entries to new.
Edit: You can also do this with a single SQL statement:
But the reference says: