When creating a column in MOSS 2007, SharePoint stores the name you entered as a display name AND an internal name. The internal name is created by escaping out special character like this: Display Name: My Column Name Internal Name: My_%20_Column_%20_Name Even worse, when you edit the column name and...