Hi I have an excel worksheet that does the following every 20 minuts : 1.delete all data; 2.connect to a specific site on the internet and get new data; 3.save the new file.
I need the new data after it has been updated to be ADDED to an existing Access table.
my problem is that I can't transfer the data and ADD it to the access table.
does any one have an idea on how to do that ?
p.s.
I think there is an AFTERUPDATE function in excel so if that is true then how do I edit it to write to the access ,because that would solve my problem.
thank you all
udi
A bit more info :
I tryed to add to the excel command(after the data download) a dataset to read the data from the sheet and then with an "INSERT INTO" sql command but it does not recogniaze the needed class for OLEDB optioins(wich is probbly something I did wrong)
I was trying to find an AFTER-UPDATE command in excel but didn't find it.
what I think I need is help with how do I take the new data and add it to the access table
p.s.
the excel file is open at all time and the access file does not have to be - it's all good(open or closed)
thank you in advance
udi![]()
Bookmarks