I am trying to Insert the value of a "checkbox " field to the database 
(MSACCESS) using, i.e. on the Form Page: 
<input type="checkbox" name="Muzzle_Order_Issued" value="Yes">

On the InsertPage I have defined :
<CFPARAM NAME="Muzzle_Order_Issued" DEFAULT="">[ incase the value is not 
present on the form]

And the insert as:
<CFINSERT dataSource="#Request.dsn#" tableName="t_vet" 
formfields="Muzzle_Order_Issued>

The database field type for Muzzle_Order_Issued is "Text". 

Why would I get the following error ? 

Form entries incomplete or invalid. 
The value entered for the MUZZLE_ORDER_ISSUED field ('Yes') is not correctly 
formatted.
Debugging Information 
500 Form entries incomplete or invalid.
Form entries incomplete or invalid. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1309
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to