Nov 13, 2001 #1 yama Programmer Joined Jun 28, 2001 Messages 69 Location SG how to store a check box value from a form to a database field with Yes/No type??
Nov 13, 2001 #2 wushutwist Programmer Joined Aug 3, 2000 Messages 984 Location US What RDBMS are you using? Upvote 0 Downvote
Nov 14, 2001 Thread starter #3 yama Programmer Joined Jun 28, 2001 Messages 69 Location SG Microsoft Access 2000 Upvote 0 Downvote
Nov 15, 2001 #4 wushutwist Programmer Joined Aug 3, 2000 Messages 984 Location US In Access to set a yes/no field to yes insert/update the field value to 1. To set to no insert/update the field value to 0. Upvote 0 Downvote
In Access to set a yes/no field to yes insert/update the field value to 1. To set to no insert/update the field value to 0.