I am trying to "hard-code" a binary relationship into a table form. For example, imagine a table showing distances among pairs of American cities. Each city would get a row and a column. Then the number in row X column Y would be the distance between city X and city Y.
This table would only be for lookup, after initial population I do not plan on altering it [much].
Is there a simpler way of doing this than just creating a table and growing it column by column?
Thanks!
This table would only be for lookup, after initial population I do not plan on altering it [much].
Is there a simpler way of doing this than just creating a table and growing it column by column?
Thanks!