Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 as for check box

Author  Topic 

ehudbino
Starting Member

4 Posts

Posted - 2008-01-30 : 07:24:15
I want to built a table to a form....
I have some check boxes in this form....
what is the script line for this check box ?
I know it is suppose to work 1 or 0 ? for false or true .....
How I suppose to do this ?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-30 : 07:25:06
use a bit field for the table.
Go to Top of Page
   

- Advertisement -