• RBarryYoung (1/22/2009)


    Exactly, Grant.

    The general rule of thumb that you want to follow is: if columns in two different tables hold the same values and are intended to match each other then you should give them the same name. This makes life so much easier later on.

    Exactly my opinion. I don't want to have to dig into the relationships to find out which column(s) I should be joining on.