".flex ui the checkbox is checked then the checkbox is also checked in the access table." Yes, that is the theory, but you say it is not happening. "Boolean" is more of an abstract data type, not a database column data type. Does the Yes/no field expect a string containing "yes"/"no"? Or "true" /"false, or 1/0? Obviously you are not giving it what it wants.
On the CF side, hard code some values until you see what is needed for the insert, then convert the Flex Boolean into that. Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of stinasius Sent: Friday, November 20, 2009 12:57 AM To: [email protected] Subject: [SPAM] [SPAM] [flexcoders] Re: how to insert checkbox value into database yes/no is looking for a boolean value. when the checkbox in the flex ui is checked the value recorded in database is yes but remember yes/no in access is a checkbox in the database column so if in the flex ui the checkbox is checked then the checkbox is also checked in the access table and if its not checked in the flex ui then the same in access table.

