I have a dozen or so tables all linked by a primary key of a patientID and SiteID.
I have a table that requires more than one entry for the same patient. It won't let me add more data for that one patient. I am supposing this is becuase the primary key involves the patientID and cannot be duplicated? Can I still link all the tables and have all my sorts and functions work with this not the primary key( i.e. make an autonumber just count the entries as my primary key)? Is there a better way to allow for multiple entries of a patient?
I have a table that requires more than one entry for the same patient. It won't let me add more data for that one patient. I am supposing this is becuase the primary key involves the patientID and cannot be duplicated? Can I still link all the tables and have all my sorts and functions work with this not the primary key( i.e. make an autonumber just count the entries as my primary key)? Is there a better way to allow for multiple entries of a patient?