Two years ago we got a list of names/addreses/phone numbers from our statewide organization. It came in a single Access table with no primary key. We added an autonumber primary key field and created additional tables so we could track activities the people participated in. This year we will get an updated list of people from our statewide organization. What is the best way to compare the new data to the old data so that without losing our connection to the activity data we can
1) delete people who no longer live in our district
2) add new people who have moved to the district
3) update addresses etc for people who are still here but have new information
The table we got from the state organization did include an ID field, but we couldn’t use that as a primary key because we had no way to generate similar numbers for people we added to the database over the two years. Also, I do not know at this time whether that unique identifier will be the same for people in the updated version that we will be recieving.
Believe me – there is likely no way to get the statewide organization to give us anything different from what they are going to give us. We’ve tried that route for six years now! Anything that gets done will be done on our end after we receive the new data from them.
Thank you for any suggestions. I should perhaps add that we are far from being code experts, although I have successfully dealt with simple code on many occasions and I love working with Access.
-cynthia