How are you programmatically creating the field? Using the DAO CreateField
method, you'd use dbBoolean as the type. Using the DDL (ADD COLUMN), you'd
use YESNO. Using the Append method of the Columns collection in ADOX, you'd
use adBoolean.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"JonWayne" <(E-Mail Removed)> wrote in message
news:SnNne.46326$(E-Mail Removed)...
> If you programatically create a field object for a table, how do you set
> the
> field's type to Yes/No?
>
>