I just thought the location of a party can be different from the location of the organisation and by placing the place-names in a seperate table i can reuse some of those place-names.
Btw: The table that join the whole db is the tblParty
Well since the two PID:s have different meaning ( place for organisation and place for organisation ) then you have no redundant data - instead as you say by doing this you can reuse the placenames = good design!
Another comment ( not because anyone would care ): It is considered correct to have a table name in singularis ( not tblPlaces but tblPlace )
Bookmarks