I don't see any where in the 8i Complete Reference that you can rename a column. Unless someone else comes up with a better solution, I would suggest that you do a create table query to copy all of your data into a temp table, drop your table, recreate it with the new column name, and the copy all of the data back into the newly created table with the renamed column. Terry M. Hoey