I use the following code to update the table description.
TDef.Properties.Append .CreateProperty("Description", dbText, Right(.Connect, Len(.Connect) - 1) & "; TABLE=" & .SourceTableName)
but if it already exists It will not overwrite! How can I delete it first?