I'm wondering on the correct structure to do this.
Can I do this:
Contacts table, Organisation table, OrganisationContactsSub table.
The idea is, you have Organisation table that has a 1 to many relationship with OrganisationContactsSub table. Then, in that sub table, you have ContactID that...