Hello,
Can someone direct me on changing the Lookup property on a boolean field I've created using the CreateField DAO method so the field is a checkbox? I would like it to be a Checkbox type, but do not see a way to do it using DAO. The way I've done it below gives me a 0 or 1. I would prefer it be a checkbox.
.Fields.Append .CreateField("fldInclude", dbBoolean)
Thanks.
Can someone direct me on changing the Lookup property on a boolean field I've created using the CreateField DAO method so the field is a checkbox? I would like it to be a Checkbox type, but do not see a way to do it using DAO. The way I've done it below gives me a 0 or 1. I would prefer it be a checkbox.
.Fields.Append .CreateField("fldInclude", dbBoolean)
Thanks.