Hi,
I am building a client database and Im having an issue with linking tables in relation to clients and their addresses.
I have a clients table which stores data on each client (or company). For each client there are a number of client_contacts. This is a many-to-many relationship so I...