Boolean field in MS Access



Hi

What's the syntax for adding a Boolean field into an MS Access Database
using a TADOCommand?

ADOCommand1.CommandString := 'CREATE TABLE MYTABLE (MYBOOLFIELD ....,
MYNUMFIELD NUMBER)';
ADOCommand1.Execute;

Tried TrueFalse, Bool, Boolean ... none works.

Thanks in advance.


.