chang adColNullable attribute aftr column creation

makai
11-01-2000, 01:42 PM
following is code for setting the adColNullable attribute during column creation, but how do you change it AFTER the column is created?


colTemp.Name = "FaxPhone"
colTemp.Type = adVarWChar
colTemp.DefinedSize = 24
colTemp.Attributes = adColNullable

cat.Tables("Employees").Columns.Append

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum