I am trying to figure out a way to export any new data entered into an Excel 2003 spreadsheet into an Access 2003 database from the Excel application. I've seen lots of code originating in the Access application, but I want to avoid having to go into Access to do it. The users will be entering data into Excel daily, but no one will be in Access daily- and the info needs to be up to date because it is a source for another application(an Infopath 2003 form)which will also be used daily.
Only the newly entered data would need to be copied, and the primary key would not be in the Excel sheet.
I'm a newbie to VBA, so any help is really appreciated. If I don't figure this out- it's going to end up with me having to MANUALLY transfer the data everyday, which just seems wrong!
Only the newly entered data would need to be copied, and the primary key would not be in the Excel sheet.
I'm a newbie to VBA, so any help is really appreciated. If I don't figure this out- it's going to end up with me having to MANUALLY transfer the data everyday, which just seems wrong!
Comment