I would like to create a relationship between patient and allergen table. Each patient can have many allergies and each allergy can belongs to many patients.
Table tblPatient have primary key(PatientID) which is already link to a different table with a 1 to many relationship.
Please help. Thanks.
Table tblPatient have primary key(PatientID) which is already link to a different table with a 1 to many relationship.
Please help. Thanks.