How to write sql query to create column of type Yes/No with checkbox?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chandan Kr Sah
    New Member
    • Aug 2010
    • 11

    How to write sql query to create column of type Yes/No with checkbox?

    How to write sql query to create column of type Yes/No with checkbox.By default it is creating with textbox.
    I am struglling for the same from one week.
    So plese provide me any solution for the same.

    Thanks in advance for any kind of help.
  • patjones
    Recognized Expert Contributor
    • Jun 2007
    • 931

    #2
    Is it possible for you to simply open the table in design view and add the column that way?

    Pat

    Comment

    • Chandan Kr Sah
      New Member
      • Aug 2010
      • 11

      #3
      I required sql script for that, because I have to send that script to client.

      Thanks for reply...

      But I required sql script for that, because I have to send that script to client.They will run the query and will able to select/deselect the checkboxes as Active/Inactive employee.

      Comment

      Working...