Hi. I have split a large table which was about 150 fields long into 3 tables. The original table included patient details such as address, medications (tick boxes) and health conditions...more tick boxes.
Can I link all tables one to one using the Patient ID number as Primary key in each new table? I tried doing it but I need to manually insert the Patient Id in each table in order to function well!
By the way, the original table was linked as one to many with another table relating to appointment details. Should I link all tables to the Appointment table?
Thanks

Can I link all tables one to one using the Patient ID number as Primary key in each new table? I tried doing it but I need to manually insert the Patient Id in each table in order to function well!
By the way, the original table was linked as one to many with another table relating to appointment details. Should I link all tables to the Appointment table?
Thanks