Jnicho02 is correct, <br>you cannot modify a column in SQL 6.5. The only way to do it would be to create a new table with the new definition, copy the data to the new table and then drop the old table.<br>You can then rename the new table to the same name as the original table.<br><br><br>Chris Dukes