Building on the example in the linked article above, create a database and table with four columns: ID, CDTitle, Artist, Release_Date, and Available. The first column uses integer data, the second and third are text, and the fourth is datetime format. The fifth, “Available” type is set to “bit.” Uncheck the “Allow nulls” box. In the “General” section for this box at the bottom of the screen, opposite the “Default value or binding,” enter a zero. Compare the result to the image. If it matches, then save this table by clicking on “File,” “Save Table1.” Provide a different name if desired. Enter some data by clicking on “Table,” “Show table data” in the Database explorer.