First, probably because I don't know the terms to use, I didn't find anything searching the previous threads.
Here's what I'm trying to do.
I'm trying to create a database that allows the user to
1) Click a button and choose file to import (done)
2) Click a button a choose which table to append to the master (this question)
3) Click a button and run reports
Is it possible to set up an append query that will append to the same table [Master] but ask the user to specify which table they are appending from? Basically I'm trying to avoid the step of having to redesign or create a new append table everytime they import a new table. And no, unfortunately using the same table name is not an option.
Real Life Function (Desired)
The user will import an excel file every so often via the 1st button. They'll click the 2nd button and the append query will ask them which table they want to append from and they will choose their most recently imported file.
Thats it, they don't have to point to anything or modify queries or the like. I want to keep it simple for them.
Is there anyway to avoid having to recreate the append query for each new table?
Any direction or assistance is appriciated.
Here's what I'm trying to do.
I'm trying to create a database that allows the user to
1) Click a button and choose file to import (done)
2) Click a button a choose which table to append to the master (this question)
3) Click a button and run reports
Is it possible to set up an append query that will append to the same table [Master] but ask the user to specify which table they are appending from? Basically I'm trying to avoid the step of having to redesign or create a new append table everytime they import a new table. And no, unfortunately using the same table name is not an option.
Real Life Function (Desired)
The user will import an excel file every so often via the 1st button. They'll click the 2nd button and the append query will ask them which table they want to append from and they will choose their most recently imported file.
Thats it, they don't have to point to anything or modify queries or the like. I want to keep it simple for them.
Is there anyway to avoid having to recreate the append query for each new table?
Any direction or assistance is appriciated.