if I create a new table with the Access wizzard, any field with type yes/no will be Display as Checkbox.
Doing the same in vba with CurrentDb.CreateTableDef and
.CreateField("FieldName", dbBoolean)
this field Shows the value such as Yes or No.
Any idea how to get that to a check...