Paul,
Your request isn't logical. Computed columns are virtual columns, not physically stored on the table. If you are replacing a physical column with a computed column, you must drop the original column and add the computed column. In other words, you drop a physical entity and replace it with a virtual entity. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.