Sep 12, 2006 #1 buckyballe Technical User Joined Aug 19, 2004 Messages 5 Location US I know the criteria code in design view for an unchecked box as -1. Whats the code for a checked box? Thanks, Bucky
I know the criteria code in design view for an unchecked box as -1. Whats the code for a checked box? Thanks, Bucky
Sep 12, 2006 #2 GingerR MIS Joined Apr 17, 2001 Messages 3,134 Location US Unchecked = NO = False = 0 Checked = YES = True = -1 Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244. Basics at http://r937.com/relational.html Upvote 0 Downvote
Unchecked = NO = False = 0 Checked = YES = True = -1 Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244. Basics at http://r937.com/relational.html