The existing column cannot be resized or deleted, so you'll have to do the
following:
Rename the existing Region column to RegionOld.
Create a new column called Region of type varchar(40).
update masteraccounts
set region = regionold
Josh
For more information about this list, including removal,
please see http://www.iea-software.com/maillist.html