michaeltchurch
New Member
- Joined
- Jul 1, 2016
- Messages
- 2
I consider myself relatively dangerous in regards to VBA, Access and Excel. I have a simple table in Access that feeds a Dashboard and PivotTables in my Excel project. Monthly I receive a new spreadsheet of data that has to be imported into my database in Access. Here lies the problem. Sometimes, the monthly data has just "updated" data for an already existing record in my database. I would like to use VBA or something of the like to analyze my current database for the existing record, and only update the new info for the record. Otherwise, the new monthly data is entered in every month as new records and causing duplicates with different data.