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!

Search results for query: *

  1. filiberto

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

    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

Part and Inventory Search

Back
Top