Hello,
I have an import data button which creates a temp table in MS Access to import new data into and then runs an append query to add the data into a linked SQL Server table (the back end).
I then need some code to delete the temp table, because it is re-created each time a user clicks...