how to store value to a boolean field?



Hi. MS Access table has a Yes/No field.
how can I store a boolean value into the field using like this SQL
statement:
Insert into table1(field1) values("Yes")

p.s. I don't like use Parameters....


.