Technyc2003
IS-IT--Management
Years ago I created an old database using Symantec Q&A for DOS for my job. Time has come to convert this database data to Access with multiple users being able to use it.
I've already converted the data to an Excel spreadsheet. Now here's the thing. I'm collecting data on patients at our clinic and the primary key is their ID#. Because there's so much data, I created 4 tables and each table is linked with the PatientID as the main field to be linked through the relationships functiom. I'm not sure if this is the way to do it but I don't know any other way of doing it. My problem is that I don't know how to import the data from the Excel spreadsheet into each one of these tables with the exception of the 1st one but want to make sure the other data gets to the other 3 and that the data matches that patient.
I tried to do some crazy query and Access laughed at me with some error message.
Here's the layout of my tables:
-----------
PatientInfo
-----------
PatientID (PK)
Last Name
First Name
DOB
City_State_Zip
Home Address
------------------
MedicationHistory
------------------
PatientID
Medications
Dosage
---------------------
HouseHold Information
---------------------
PatientID
Name
Relationship
Age
----------------------
Insurance
----------------------
PatientID
Type
Number
ExperationDate
So if there's a way I can do it, I'd appreciate if someone here can tell me how I go about doing this. Thank you.
I've already converted the data to an Excel spreadsheet. Now here's the thing. I'm collecting data on patients at our clinic and the primary key is their ID#. Because there's so much data, I created 4 tables and each table is linked with the PatientID as the main field to be linked through the relationships functiom. I'm not sure if this is the way to do it but I don't know any other way of doing it. My problem is that I don't know how to import the data from the Excel spreadsheet into each one of these tables with the exception of the 1st one but want to make sure the other data gets to the other 3 and that the data matches that patient.
I tried to do some crazy query and Access laughed at me with some error message.
Here's the layout of my tables:
-----------
PatientInfo
-----------
PatientID (PK)
Last Name
First Name
DOB
City_State_Zip
Home Address
------------------
MedicationHistory
------------------
PatientID
Medications
Dosage
---------------------
HouseHold Information
---------------------
PatientID
Name
Relationship
Age
----------------------
Insurance
----------------------
PatientID
Type
Number
ExperationDate
So if there's a way I can do it, I'd appreciate if someone here can tell me how I go about doing this. Thank you.