OK on simple joins, I use queries to link tables and then build forms so that users can add data etc. However I am having trouble doing this for complex relationships! I have:
Personal(Id, name)
personal_Address(Id, addressId, type)
Address(addressId, .... )
Institution(InsId, name...