I would like to import CSV file into MS access using VBA, this import would import new records from CSV ( with unique ID ) and delete the records in the destination access table which is not there in incoming CSV. ( by Unique ID )
For example if table in access has records unique ID = A232122 and if this records is not there in CSV, it should delete that record and place that record in another table to know which has been deleted.
I need to have separate table which will tell me deleted records from the access table while it did import process.
I think this needs to be bidirectional process.
How should I accomplish this
For example if table in access has records unique ID = A232122 and if this records is not there in CSV, it should delete that record and place that record in another table to know which has been deleted.
I need to have separate table which will tell me deleted records from the access table while it did import process.
I think this needs to be bidirectional process.
How should I accomplish this
Last edited: