Hi
thanks for the reply,
Quote:
|
there is, actually -- article_content_id in each of those tables is a foreign key back to the article_content table
|
The problem is if I select an article direct for the article_content table I don't know which of the report, article, event, viewpoint tables to join it to.
ummm, are you saying if I do a LEFT OUTER JOIN on all the tables that it will find a match and just return the columns from the table with the correct article_content_id?
Quote:
|
that's actually quite workable, although you should stick to the separate subtables for the time being
|
the phase 'time being' worries me

can you see any pitfalls in the current way I have designed it, really don't want to have to change the structure in 3 months time.
Again thanks for you help!!