Dim t As Table=Tables("Account_Setup_table1")If T.Cols.Contains("id") Then t.Cols.Remove("id")End If
或者
T.Cols("id").Visible = False