deevaetodin
Technical User
I have put together a macro that at first opens a table in the database, using RunCommand I select all records, using the RunCommand again I delete all of the records.
Next I use the TransferSpreadheet macro to import data from an existing excel worksheet into the table I have just deleted all records from .
The first time I do this it works, any time after that the table deletes all records but when the TransferSpreadsheet macro is executed it somehow imports the data previous.
The data that I want to import has previously been calculated based on data that has been exported from access to that excel worksheet from another macro in the same database.
I check the excel workbook and it is fine. For some reason it is not updating the data.
What is going on?
Help.
Thanx in advance.
I have noticed that