I have a project I'm working on where it deals with a contact manager structure. I have 5 tables (contactPerson, emailaddress,address,phonenumber,leads) with a PK relationship back to contactPersionID.
I would like to be able to have a static module (contactPerson) and have other modules, emailaddress, address, phonenumber, leads that I could be added to a page, but only dispay the correct data linked from the contactPerson table.
I have looked over the web to try and find a tutorial on this, but everything I have found is a single table, not multiple tables.
Does anyone know of a book or document that shows this type of interaction?
Thanks