Here's what I would like to do... I have a button that initiates the importing of a file. What I would like is to add to that button so when its clicked, once the file is imported, the new table will be automatically copied into a seperate table and renamed to a 'temp' name that is standard every time.
It wouldn't be difficult if I just deleted the 'temp' table (for lack of a better name), but I'd like to keep a copy of it for archive purposes and the best way I can think of doing this is making a copy of the file at the time it is imported.
Is something like this possible? Can you copy a table based on it being created in the last 60 seconds?
Thank you for any pointers you can provide.
It wouldn't be difficult if I just deleted the 'temp' table (for lack of a better name), but I'd like to keep a copy of it for archive purposes and the best way I can think of doing this is making a copy of the file at the time it is imported.
Is something like this possible? Can you copy a table based on it being created in the last 60 seconds?
Thank you for any pointers you can provide.