I am a newbie to Access, but am the geekiest of the group.
A friend has a practice with patients. Years ago, someone set up a database in Access for patient information. Multiple clerks enter the information for new patients, and we have ended up with 3 slightly different tables — all have the basics, like name, address and phone number, but other data such as cell phone and e-mail address is present for patients entered in one table, but not in another. AND, some patients are in more than one of the tables. Each patient has a unique patient ID number.
I have worked with the staff to determine what key data they want/need for each patient, and I have created a form in Access so that clerks can just use the form and not go into the database/tables portion of Access. The form for Access follows the sheet the patients fill out, so that will make things even easier. So we’re good moving forward.
My big question is what to do with the data that has already been entered. There are about 7000 different patients. How can I get them together in a single table, and how can I get rid of the duplicate entries? The challenge with the duplicates is (1) there are different data elements for the same patient, depending on which table (Patients1 or Patients2) and (2) even the same data element, such as Address, is Address in one table and StreetAddress in the other. The data, 124 Main Street, is the same — the label is what’s different.
I started by dumping all the info into Excel, but am having trouble figuring out how to automatically filter. I now have two or three rows for each patient in Excel, depending on the patient.
What I am hoping to do automatically is to combine all the data for each patient. If record one has data elements 1,2,3,5,8,9 and the other has 1,2,3,4,5,7,10,11, I would like to have one record with data elements 1,2,3,4,5,7,8,9,10,11 and not 1,1,2,2,3,3,4,5,5,7,8,9,10,11. I can work in Access with specific instructions or Excel — whichever would get me where I need to be. I hope this is a clear explanation, but let me know if you need more info.
I appreciate any help you can send my way!