Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't create YES/NO field using CREATE TABLE in Access

Status
Not open for further replies.

filiberto

Programmer
Sep 21, 2001
1
US
the following works:

DoCmd.RunSQL "CREATE TABLE myTable (myText TEXT);

but this doesn't:

DoCmd.RunSQL "CREATE TABLE myTable (myBool YES/NO);

Is there a way to do the above?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top