The following statement executes okay, but the "field format" does not get set to yes/no even though the table design view shows the field data type as in fact being yes/no. With that, when the table is viewed, the field displays as zero (0) as opposed to a check-box. My intent is to create a check-box with the initial value of false.
What am I missing here?
strDDL = "ALTER TABLE Families ADD Column FamilyDirSC YESNO False"
Thanks,
Bill