Laura has attended:
Access Intermediate course
Many to many relationships
I am building a database where clients can have more than one assessment. Linking these 2 tables (Client/ Assess), does this need to be a many to many relationship and therefore need a linking table? or can it just be linked by client ID 1-many AssessID?
RE: many to many relationships
Hi Laura
I suggest using a linking table to manage the relationship between the client and assesment tables.
Regards
Richard