Takes two parameters, a TableName and FieldName
Description:
Deletes the specified FieldName from TableName in the database.
Note that the Alias field cannot be deleted as it is the fixed primary key.
Example:
DeleteTableField "ToDo.Item", "DueDate"