• You shouldn't do that, because you'll destroy your referential integrity, and chances are you can't do it anyway, since the REASONSREFERRAL column probably has a data type that won't allow the description in. What I recommend instead is that you create a view that joins the two tables and shows the DIVISION, SUB_UNIT and Description columns.

    John