In my main database I execute an append query which I point to an external database table. The append query never changes and neither does the table name in the other database that I am appending it to. The issue I would like to solve is: right now the database filename is stored at the time the append query is saved, so as I make a new database for another client I have to change the database name and relink to the new table. If I export a select query it simply overwrites the table and I cant have that, I need to append the data to the table in the other database.
Is there a way to run an append query using VBA that simply prompts for the database filename location.
In other words export an append query to a database by prompting me for the location.
Thanks
Is there a way to run an append query using VBA that simply prompts for the database filename location.
In other words export an append query to a database by prompting me for the location.
Thanks