Sep 21, 2001 #1 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
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