Paul, perhaps a trigger would handle this better than a computed column. You would need update and insert triggers, but not the delete, for obvious reasons. Pass the primary key to the trigger, the trigger fetches the text string, then does its thing.

Albert in the Canadian Rockies.


Reply via email to