I
Isis
I have a CSV file containing some records - one of the fields is a
membership number that matches a key field in my access DB. I want to loop
through all the records in my CSV and then update the matching records in
the DB based on a condition.
I would like to do this in VBA if possible as I have used it before. How do
I open the CSV and loop through it - read the Membership Number and then
get the matching record to update it's values.
Any help would be very welcome - I am not expecting anyone to provide a
complete solution but if you can get me started that would be great.
Thanks
membership number that matches a key field in my access DB. I want to loop
through all the records in my CSV and then update the matching records in
the DB based on a condition.
I would like to do this in VBA if possible as I have used it before. How do
I open the CSV and loop through it - read the Membership Number and then
get the matching record to update it's values.
Any help would be very welcome - I am not expecting anyone to provide a
complete solution but if you can get me started that would be great.
Thanks